DATAREDIS-269 - Add support for 'CLIENT SETNAME'.
Setting client name is possible for 'jedis', 'lettuce' and 'srp'. Using 'jredis' throws 'UnspupportedOperationException'. Original Pull Request: #54
This commit is contained in:
committed by
Thomas Darimont
parent
6a6d03eb4c
commit
e280a23550
@@ -26,7 +26,7 @@
|
||||
<row><entry><code>CLIENT GETNAME</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>CLIENT SETNAME</code></entry><entry>X</entry></row>
|
||||
<row><entry><code>CONFIG GET</code></entry><entry>X</entry></row>
|
||||
<row><entry><code>CONFIG RESETSTAT</code></entry><entry>X</entry></row>
|
||||
<row><entry><code>CONFIG REWRITE</code></entry><entry>-</entry></row>
|
||||
|
||||
Reference in New Issue
Block a user