0xsky / xredis

Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.
GNU General Public License v3.0
337 stars 153 forks source link

CLIENT SETNAME #52

Open livneros opened 4 years ago

livneros commented 4 years ago

Hey, Is there an option to set the client's name on connection? The Redis-CLI command is CLIENT SETNAME Thanks!