Redis STRALGO LCS: Terminates redis CLI connection abruptly

redis_version:6.0.3Use Case 1:No arguments given for STRALGO LCS STRINGS command. ➜ ~ redis-cli127.0.0.1:6379> STRAL...

Redis Redis allows creation of blank key!!

I was debugging a script and found a blank key which EXISTS '' returned TRUE, this was created by script but is this OK...

Redis Why redis master consume much more memory than the slave ?

I watched a phenomenon in my production env.A redis master used memory as follows:used_memory: 144537448used_memory_huma...

Redis TYPE returned an error:MOVED 14946 10.xx.xx.xx:7001

when i use bigkeys command to analysis the big value keys in my clustered redis, i got this hint message , i tried to go...

Redis tls-protocols configuration setting does not accept multiple values

What do I see?If I specify a single protocol, the configuration is parsed without error. However, if I specify multiple,...

Redis Can we build Redis on IBM z/OS platform?

I am using the IBM z/OS platform and want to install Redis on the same. So I want to know if you have published any inst...

Redis Redis 6 multi-thread high CPU usage -- "tight loop" like code

In the code of netwroking.c there are some place to use "while(1)" loop to wait for some condition.for examlpe in funct...

Redis integration/psync2 fails, detecting too many full syncs

@antirez this test still periodically fails, even after all the recent improvements.[err]: PSYNC2: total sum of full syn...

Redis Redis-cli 6.0.1 --cluster-yes doesn't work

Hi,I have been moving a Redis Cluster to Redis 6.0.1 and it seems that the --cluster-yes option is not working for redi...

Redis New slave shoud be bad when loading DB in memory

Hi guysRedisson client can try to connect new node when it loading DB in memory, but the node don't normally offer servi...

Redis CROSSSLOT Keys in request don't hash to the same slot in redis 4.0.12

bin/redis-cli_cluster -h 10.8.132.236 -p 7000 --cluster reshard 10.8.132.238:7000 --cluster-from 50b9b79e5f3d0895c206d37...

Redis Redis monitor without/truncated values

For debugging some issues, it would be helpful if there was a "redis monitor" that is command & key only or command ...

Redis In a redis cluster with three masters and three slaves, the primary node fails to fail over

Hello, I found this problem when deploying redis cluster. I've always been confused.This is my cluster configuration:192...

Redis RDB snapshots corrupted according to check commands with 6.0.1

I have two isolated redis instances running which are both seemingly writing corrupted snapshots all of a sudden. The ke...

Redis Large Data is not saving in Redis Sometimes

We are facing inconsistent issue with Redis saving. Some times data is saving properly and some times not saving. Can i...

Redis How to access errno when RedisModule_Call is returned NULL

According doc/* Exported API to call any Redis command from modules. * On success a RedisModuleCallReply object is retur...

Redis Redis Cluster Mode not announcing the static IP

We have a Redis cluster mode enabled up and running in an EC2 instance(can't use the AWS managed one) and to connect to ...

Redis I don't know if it's a acl bug

127.0.0.1:6380> acl getuser default1) "flags"2) 1) "on" 2) "allkeys" 3) "nopas...

Redis Remote connection problem

I can connect Redis on my laptop from VM, but can't connect VM from laptop.Redis on my laptop is set to 172.30.xx.xx, wi...

Redis integration/aof test unit fails on fedora 24 docker image

Hi,I try to run the test suite on a fedora 24 docker image and integration/aof suite consistently fails. To be more spec...
上一页 下一页
.