summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com>2021-10-18 04:03:21 -0400
committerGitHub <noreply@github.com>2021-10-18 11:03:21 +0300
commit55ea5fb2051d7c80ae86766758058502f50ba23c (patch)
tree9683ebdfbce83ec086f0bfcdc2e0d17b403242dc
parent4f4adadc08f6e2726fe2d342e7d7751c036fb78f (diff)
downloadredis-py-55ea5fb2051d7c80ae86766758058502f50ba23c.tar.gz
Fix docs for client_kill_filter (#1584)
-rw-r--r--redis/commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis/commands.py b/redis/commands.py
index ee883bc..2eb3d10 100644
--- a/redis/commands.py
+++ b/redis/commands.py
@@ -310,10 +310,10 @@ class Commands:
'master', 'slave' or 'pubsub'
:param addr: Kills a client by its 'address:port'
:param skipme: If True, then the client calling the command
- :param laddr: Kills a client by its 'local (bind) address:port'
- :param user: Kills a client for a specific user name
will not get killed even if it is identified by one of the filter
options. If skipme is not provided, the server defaults to skipme=True
+ :param laddr: Kills a client by its 'local (bind) address:port'
+ :param user: Kills a client for a specific user name
"""
args = []
if _type is not None: