diff --git a/commands.go b/commands.go
index 763c837..dddf8ac 100644
--- a/commands.go
+++ b/commands.go
@@ -220,6 +220,7 @@ type Cmdable interface {
BgRewriteAOF() *StatusCmd
BgSave() *StatusCmd
ClientKill(ipPort string) *StatusCmd
+ ClientKillByFilter(keys ...string) *IntCmd
ClientList() *StringCmd
ClientPause(dur time.Duration) *BoolCmd
ConfigGet(parameter string) *SliceCmd
@@ -1822,6 +1823,20 @@ func (c *cmdable) ClientKill(ipPort string) *StatusCmd {
return cmd
}
+// ClientKillByFilter is new style synx, while the ClientKill is old
+// CLIENT KILL