Ajay Lotan Thakur

Results 28 comments of Ajay Lotan Thakur

> Yes; on some level it's built in, but the command line will override a lot of it. I've got a PR in that moves most of the config into...

Do we want EPC node to come up with all old sessions back ? If yes then typically sessions are kept outside the process but on the same server or...

Thats right and it gets blocked forever. Chances are there that your heart-bit monitoring task might kill the process if its stuck. I had done code to solve this issue...

- select command is not supported in redis cluster. this is as per redisCluster support. - SCAN command is not supported in the vip client.

You need to direct your queries to one by one node in the cluster. Client has list of nodes in the cluster.

You can check commands.c file to check the support of any command. Only HSCAN , ZSCAN & SSCAN are supported as of now.

Can you please translate it to english ?

Publish is not supported in hiredis-vip. You can check the commands.c file. THis has details about all the supported command. i read pub/sub document at https://redis.io/topics/pubsub . I don't see...

i don't see subscribe command support in the hiredis-vip.

I think this client does not support 4.x & 5.x. Since there is basic change in the the way initial negotiation happens with 4.0/5.0 clusters. Can you check wireshark and...