8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5582166 + 7deb21f commit 4fd6acdCopy full SHA for 4fd6acd
README.markdown
@@ -2897,13 +2897,15 @@ The Redis CLIENT command can be used in four ways.
2897
* CLIENT GETNAME
2898
* CLIENT SETNAME [name]
2899
* CLIENT KILL [ip:port]
2900
+
2901
##### *Usage*
2902
~~~
2903
$redis->client('list'); // Get a list of clients
2904
$redis->client('getname'); // Get the name of the current connection
2905
$redis->client('setname', 'somename'); // Set the name of the current connection
2906
$redis->client('kill', <ip:port>); // Kill the process at ip:port
2907
2908
2909
##### *Return value*
2910
This will vary depending on which client command was executed.
2911
0 commit comments