We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a0c31 commit cbbade9Copy full SHA for cbbade9
redis/commands.py
@@ -49,7 +49,7 @@ def acl_cat(self, category=None):
49
return self.execute_command('ACL CAT', *pieces)
50
51
def acl_deluser(self, *username):
52
- "Delete the ACL for the specified ``username``"
+ "Delete the ACL for the specified ``username``s"
53
return self.execute_command('ACL DELUSER', *username)
54
55
def acl_genpass(self, bits=None):
0 commit comments