Skip to content

Commit 55ea5fb

Browse files
Fix docs for client_kill_filter (#1584)
1 parent 4f4adad commit 55ea5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ def client_kill_filter(self, _id=None, _type=None, addr=None,
310310
'master', 'slave' or 'pubsub'
311311
:param addr: Kills a client by its 'address:port'
312312
:param skipme: If True, then the client calling the command
313-
:param laddr: Kills a client by its 'local (bind) address:port'
314-
:param user: Kills a client for a specific user name
315313
will not get killed even if it is identified by one of the filter
316314
options. If skipme is not provided, the server defaults to skipme=True
315+
:param laddr: Kills a client by its 'local (bind) address:port'
316+
:param user: Kills a client for a specific user name
317317
"""
318318
args = []
319319
if _type is not None:

0 commit comments

Comments
 (0)