sewenew

Results 213 comments of sewenew

> We require to know to which shard the redis command will be sent Do you mean "which slot number the command will be sent" or "which host/node the command...

With the object returned by `RedisCluster::redis()`, you can send `cluster nodes` command to Redis server, and it will return IP, port and slots info. ``` 1e4b***6917 127.0.0.1:30002@40002 master - 0...

@koenvandesande Thanks for the advice! I'm not familiar with cpack, and I can call `include(CPack)` only if it's a top-level project (or have an option to enable/disable it). However, redis-plus-plus...