redis_client
redis_client copied to clipboard
a redis client supports cluster
Hi Shawn, The interface seems very simple and effective. However, I don't see anything related to publish/subscribe. Can it be added easily? Thanks Patrick
I guess others have seen the issue, does this guy still maintain this repository? I have a fix I tried to push but wasn't allowed to. Thanks
fix core dump when cluster slot changes.
It seems that the CRedisConnection::ConnRequest() method considers the server timeout value in the configuration is always greater than zero. But actually the default TIMEOUT value is zero in recent redis...
Looks like the performance is not quite good while synchronized API can improve it l lot.
1480525631---1.48053e+09 std::string ConvertToString(double t) { std::stringstream sstream; sstream
I simply fix it by: 563 int CRedisCommand::CmdRequest(redisContext _pContext) 564 { 565 if (m_nArgs type != REDIS_REPLY_ERROR ? RC_SUCCESS : RC_RQST_ERR) : RC_RQST_ERR; 579 } Please tell me if any...
Compiling the module for ARM-linux, I get the following. ERROR = internal compiler error : in tsubst_copy, at cp/pt.c:1135 Confirmed this is not with hiredis, as I've run and compiled...