Server Client Setname
# View in the client list
redis 127.0.0.1:6379> CLIENT LIST
addr=127.0.0.1:36851 fd=5 name=hello-world-connection # CLIENT SETNAME # Just a space won't work!
(error) ERR Syntax error, try CLIENT (LIST | KILL ip:port)
redis 127.0.0.1:6379> CLIENT SETNAME "" # Must be enclosed in double quotes
OK
redis 127.0.0.1:6379> CLIENT GETNAME # Cleared
(nil)
!(#)(#)
YouTip