Redis Crash in DEBUG RELOAD

While debugging something I found this bug: If you disconnect the client (redis-cli in this case) before DEBUG RELOAD fi...

Redis [BUG] strange nodeID is generated.

Describe the bugLook at the following log. I don't know why such a strange nodeID is generated.172:S 08 Sep 2021 21:59:5...

Redis acl:sanitize-payload , what mean ??

thank you !Comment From: oranagrasee https://github.com/redis/redis/blob/1e7ad894d2ecb9ad73d68ff1f1102195582b1469/redis....

Redis [NEW] Create "GET" command for all data types

The problem/use-case that the feature addressesCurrently, to select data from a specific key, you need to know the type ...

Redis Do you plan to add something like a "pre-failover-script" to the Sentinel that will work exactly like the "client-reconfig-script", but before the Failover Processes?

My Failover Processes looks like this.PHP connects to redis via HAProxy.1) Sentinel detects a failure.2) Sentinel decide...

Redis [CRASH] redis-server crash (compiled w/ GCC 8.3.1)

Redis server crashes in cluster mode, right after startup.Environment:Linux dockerhost 4.12.14-197.75-default #1 SMP Tue...

Redis [BUG] loading redis streams with maxlen from .rdb

Hello,I've noticed that upon loading a stream key with a maxlen from a rdb file, that stream key no longer allows one to...

Redis Big integer weird issue

There's a big issue with redis. I am using this in ruby scriptirb(main):026:0> redis.zrangebyscore('feed:home:7', '(-...

Redis [BUG] Redis Sentinel TLS Memory Leak

Redis Sentinel Leaks Memory when setting up TLS connections to downed nodesI have Redis Sentinel 6.2.6 and have made sur...

Redis [CRASH]

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis [CRASH] redis 6.2.6 crashed in lzf_compress

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis [BUG] lpop/pop with count 0 returning null

Describe the bugThe LPOP documentation says that when a count is given the result is "Array reply: list of popped elemen...

Redis [BUG] Error from command getkeys eval "…" 0

Describe the bugUsing command getkeys with eval returns an error when there are zero keys.To reproduce127.0.0.1:6379>...

Redis [QUESTION] Maintenance of Redis 3.2.x

My team is facing a corporate security compliance issue. There is one important system using Redis 3.2.12, however it is...

Redis how to build in windows 10

i need run in windowsComment From: sundbWe do not support windows.You can try running it using Cygwin, or using window d...

Redis [NEW] INFO Command Enhancement: Return Different Categories Combination to User

The problem/use-case that the feature addressesThis is an enhancement for INFO command, previously INFO only support one...

Redis redis sentinel not escalating from SDOWN to ODOWN event

Need help in understanding what is going wrongI have deployed redis in kubernetes environment, where i have 1 master 2 s...

Redis Sort by foreign key is slow

HI,i create 100 set in redis,every set have 1000 members.At the same time,I have 10000 hashes,every hash have 50 fields....

Redis Typo in db.c, line 640

branch: unstablefile: db.cline: 640The line says * harm and this way the flush and purge will be synchroneus. */. It sho...

Redis [BUG] Possible memory leak in rdb.c, rdbLoadRio()

RedisModuleIO io;moduleInitIOContext(io,mt,rdb,NULL,-1);io.ver = 2;/* Call the rdb_load method of the module providing t...
上一页 下一页
.