Redis [CRASH] redis crash,can not restart

Crash reportHi, we are useing redis of 4.0.2 version . After redis crash,i try to restart it, but fail.The details is...

Redis Multi-parameter configuration set

Currently CONFIG SET operates on a single configuration parameter at a time, which works well because most configuration...

Redis [NEW] XADD allow specifying partial message ID

The problem/use-case that the feature addressesI have a sequence of items with timestamp values I'm XADDing to a stream....

Redis Sentinel does not trigger failover in case of master node reboot

Master reboot is detected by sentinel but it doesn't trigger failover.[7678] 24 Sep 10:53:16.164 * +reboot master redis1...

Redis sentinel add loading-as-pong option to shorter the unavailable time after master restart

redis version:4.0.2problem:In big-dataset scene, when the master restart in short time, sentinel think the master is av...

Redis [BUG] DEBUG POPULATE is not replicated

Describe the bugKeys created using DEBUG POPULATE are not propagated to replicas.To reproduceSet up a master and a repli...

Redis Redis 2.6.12 crashed by signal: 7

My redid server has 'crashed by signal 7' for many times, this is the last error report in log file.[8045] 09 Apr 10:20...

Redis HSET a bool value,but hmget a string

hset ture(boolean) in field1, but hmget "true"(string),like this:

Redis [CRASH] Running the test with SANITIZER will fail every time, and success without SANITIZER.

I don’t know if anyone else has encountered this problem(unstable branch): running the test with SANITIZER will fail ev...

Redis [BUG] One BLMPOP test case may fail on external server

Describe the bugThis test may fail on external server. It succeeds normaly, but fails occasionally on my environment wit...

Redis CVE-2021-43519

Stack overflow in lua_resume of ldo.c in Lua Interpreter 5.1.0~5.4.4 allows attackers to perform a Denial of Service via...

Redis Multi-key commands about lookupKeyWrite and lookupKeyRead

Hi,In Redis, when we operate the key, we need lookupKeyWrite or lookupKeyRead, but under the multi-key command, this fla...

Redis Writable replica may use the data of expired keys

for example, using SUNIONSTORE:master:127.0.0.1:6379> DEBUG set-active-expire 0OK127.0.0.1:6379> SADD s1 a b c(int...

Redis scripting using TCL or JIM

TCL has a very rich history. Many/all of the redis test cases were written in TCL. It would seem to make sense to implem...

Redis [BUG] Instance with RDB enabled will block and timeout any client requests when shutting down

When an instance with RDB persistence enabled is shutting down it will block and timeout any client requests.A dataset w...

Redis let sentinel select first master

Hello,when I get the sentinel documentation correct, the normal way to setup a cluster with 3 sentinels and 3 redis serv...

Redis [NEW] Can old master(new slave) psync with new master(old slave) after failover when old master crashed?

The problem/use-case that the feature addressesThinking that a master and a slave are running with some sentinels monito...

Redis bad log messages in rdbSave

logs message prints wrong file is failed to open temporary filelogs have error occurred in getcwd (uses same errno to re...

Redis [NEW] listpack migration - replace all usage of ziplist with listpack

The problemWhen inserting or deleting elements in the middle of ziplist, ziplist may have a cascading effect.ziplist is ...

Redis [BUG] EXPIRE and SETEX have inconsistent overflow handling

Describe the bugSETEX is documented as being equivalent to doing (atomically) SET followed by EXPIRE. However, the code ...
上一页 下一页
.