Skip to content

Commit

Permalink
Fix docs for client_kill_filter (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored Oct 18, 2021
1 parent 4f4adad commit 55ea5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ def client_kill_filter(self, _id=None, _type=None, addr=None,
'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:
Expand Down

0 comments on commit 55ea5fb

Please sign in to comment.