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:
Christoph Strobl
2014-03-24 15:03:14 +01:00
committed by Thomas Darimont
parent 1c47330ec9
commit 6a6d03eb4c
12 changed files with 147 additions and 3 deletions

View File

@@ -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>