Nineya
Home
Blog
软著申请
Redis [CRASH] redis crash,can not restart
2025-01-16 20:43:29
6048
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
2025-01-16 20:43:26
6862
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
2025-01-16 20:43:23
2992
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
2025-01-16 20:43:20
9512
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
2025-01-16 20:43:17
6469
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
2025-01-16 20:43:14
1833
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
2025-01-16 20:43:11
5440
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
2025-01-16 20:43:08
65
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.
2025-01-16 20:43:04
7246
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
2025-01-16 20:43:01
1959
Describe the bugThis test may fail on external server. It succeeds normaly, but fails occasionally on my environment wit...
Redis CVE-2021-43519
2025-01-16 20:42:58
1123
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
2025-01-16 20:42:56
6158
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
2025-01-16 20:42:53
15106
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
2025-01-16 20:42:49
729
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
2025-01-16 20:42:46
2127
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
2025-01-16 20:42:44
473
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?
2025-01-16 20:42:42
1381
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
2025-01-16 20:42:39
131
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
2025-01-16 20:42:37
5906
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
2025-01-16 20:42:34
3709
Describe the bugSETEX is documented as being equivalent to doing (atomically) SET followed by EXPIRE. However, the code ...
上一页
下一页
1
…
820
821
822
823
824
…
2246
.