From 55ea5fb2051d7c80ae86766758058502f50ba23c Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:03:21 -0400 Subject: Fix docs for client_kill_filter (#1584) --- redis/commands.py | 4 ++-- 1 file 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: -- cgit v1.2.1