Skip to content

Commit

Permalink
Update supported commands script
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Oct 25, 2022
1 parent 420a646 commit 89946df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def print_groups(dictionary: dict):
print_groups(implemented)

print("""# Unimplemented Commands
All of the redis commands are implemented in fakeredis with these exceptions:
All the redis commands are implemented in fakeredis with these exceptions:
""")
print_groups(unimplemented)

Expand Down

0 comments on commit 89946df

Please sign in to comment.