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
336 stars 153 forks source link

xRedisClient::ConnectRedisCache函数 #26

Closed hezudao1 closed 3 years ago

hezudao1 commented 7 years ago

bool xRedisClient::ConnectRedisCache( const RedisNode *redisnodelist, unsigned int hashbase, unsigned int cachetype) 函数能否增加一个参数, 用于标识redisnodelist的大小. 可以使一个slice初始化多个RedisConnPool.

0xsky commented 3 years ago

已经添加了。 感谢支持。