taltal78

Results 4 issues of taltal78

Hi, We are using ioredis(5.3.2) in our nodejs application. when we use the cluster with shards count 2, **only in Azure** the server crashes with the following trace: Exit status...

Hi, All responses contain Server:nginx It provide some information disclosure to hackers. is it possible to remove this header with some built-in module / command? thanks, Tal

Hi, related also to this: https://github.com/redis/ioredis/issues/1884 I have redis cluster with 1 master(2 slaves) Calling scanStream in AWS to get all keys by patterna and delete them it works: ```...

Hi, Reading autopipelining docu https://github.com/redis/ioredis#autopipelining it states: > When using Redis Cluster, one pipeline per node is created. Commands are assigned to pipelines according to which node serves the slot....