DATAREDIS-267 - Add support for 'CLIENT KILL'.
Killing a client connection can be done via 'RedisConnection' and 'RedisOperations' using 'jedis', 'lettuce' and 'srp'. We use dedicated parameters for host and port building up the redis format (host:port) for connection identification. Original Pull Request: #56
This commit is contained in:
committed by
Thomas Darimont
parent
1c47330ec9
commit
6a6d03eb4c
@@ -24,7 +24,7 @@
|
||||
<row><entry><code>BRPOP</code></entry><entry>X</entry></row>
|
||||
<row><entry><code>BRPOPLPUSH</code></entry><entry>X</entry></row>
|
||||
<row><entry><code>CLIENT GETNAME</code></entry><entry>-</entry></row>
|
||||
<row><entry><code>CLIENT KILL</code></entry><entry>-</entry></row>
|
||||
<row><entry><code>CLIENT KILL</code></entry><entry>X</entry></row>
|
||||
<row><entry><code>CLIENT LIST</code></entry><entry>-</entry></row>
|
||||
<row><entry><code>CLIENT SETNAME</code></entry><entry>-</entry></row>
|
||||
<row><entry><code>CONFIG GET</code></entry><entry>X</entry></row>
|
||||
|
||||
Reference in New Issue
Block a user