-
**I am able to set and get string value with space using redis-cli as following:**
127.0.0.1:8006> set myname "Ratnesh Kumar Tiwari"
-> Redirected to slot [12807] located at 127.0.0.1:8007
OK
127.…
-
I have been unable to run 'sunionstore' command in my program. Is this command not supported in hiredis-vip? How many such commands are there?
-
Will hiredis support Redis Cluster ?
Regards
-
I'm running a batch process doing fairly simple image manipulation (reading 4 JPEGs, resizing them by 0.5, composing into a 2x2 image and writing that to another JPEG). Every once in a while, more oft…
-
While running `bundle install`
```
NameError: uninitialized constant Bundler::GemRemoteFetcher
Did you mean? Bundler::GemRemoteFetcher
An error occurred while instal…
-
在使用该client 的异步API 连接 redis 集群,每次请求和对应的回应是fifo.还是回报不保证有序。因为在长连接上,请求没有携带 seq, 如果不保持有序的话,长连接上数据就全乱了。所以向你们确定这种场景
-
类似于 支持 libevent那样支持对集群访问。
-
对于接口:int redisClusterAsyncSetDisconnectCallback(redisClusterAsyncContext *acc, redisDisconnectCallback *fn);
第二个参数 格式是:void(const redisAsyncContext *c, int status);而 void(const redisAsyncContext *c, …
-
https://github.com/vipshop/hiredis-vip/blob/f12060498004494a3e1de11f653a8624f3d218c3/hircluster.c#L856
`elem_nodes->elements != 2){ //Fixme ip:port array has two element`
**Fix this bug at here*…
-
Celery worker getting stuck consuming lot of resident memory.
Version is celery (3.1.17)
Strace
---
celery]# strace -p 8401
Process 8401 attached - interrupt to quit
read(10,
---
celery]# ls…