DATAREDIS-270 - Add support for 'CLIENT GETNAME'.
Support for getting client connection name has been added for 'jedis', 'jredis' and 'srp' drivers. Using 'jredis' will throw 'UnsupportedOperationException'. Original Pull Request: #51
This commit is contained in:
committed by
Thomas Darimont
parent
e280a23550
commit
4bf438f563
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
#<?xml version="1.0" encoding="UTF-8"?>
|
||||
<appendix xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="appendix-command-reference" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Spring Data Redis Supported Commands</title>
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
<row><entry><code>BLPOP</code></entry><entry>X</entry></row>
|
||||
<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>X</entry></row>
|
||||
<row><entry><code>CLIENT GETNAME</code></entry><entry>X</entry></row>
|
||||
<row><entry><code>CLIENT LIST</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>
|
||||
|
||||
Reference in New Issue
Block a user