Nineya
Home
Blog
软著申请
Redis [BUG] Failure of 6.0.7 slave to replicate a 2.6.14 master
2025-01-16 19:46:47
2359
Describe the bugThe replication starts and works fine for some time, but it seems like the master sends a PING command t...
Redis Small typo
2025-01-16 19:46:44
169
Nice comments in the code, spotted a typo while reading them, might as well report it.siphash.c line 25why the 2-4 varia...
Redis HKEYS returns empty hash in RESP3 [BUG]
2025-01-16 19:46:42
1469
Describe the bugWhen using RESP 3, the HKEYS command returns an empty hash when a key doesn't exist, but an array when i...
Redis why lookupKeyReadOrReply() is used in the spopWithCountCommand() function?
2025-01-16 19:46:39
151
I think lookupKeyWriteOrReply() should be used in the spopWithCountCommand() function.Comment From: madolsonLooks like ...
Redis Multi-line strings allowed in redis-cli
2025-01-16 19:46:36
1241
It would be great for quick debugging and learning lua scripts. Allowing SHIFT+ENTER in the middle of a string to allow...
Redis Transparent Huge Pages (THP) warning should not print when madvise selected
2025-01-16 19:46:31
9243
I think this warning is causing some unnecessary grief:30723:M 22 Mar 15:17:24.191 # WARNING you have Transparent Huge P...
Redis How to make Redis "remember" keyspace-notifications subscription after restart?
2025-01-16 19:46:28
1695
I would like to get notifications to commands (eg. 'set') performed on certain keys in Redis.For that, I subscribe to Re...
Redis Potential Data Races Detected by Static Code Scanner
2025-01-16 19:46:25
4189
Hello, we are working on a race detection tool and found a potential data race in this project.The race we found does no...
Redis [NEW] Expect to use transaction with all read-only commands on replica node in cluster mode if all keys can be found on replica
2025-01-16 19:46:22
2426
The problem/use-case that the feature addressesIn Redis Cluster mode, even if 'readonly' command has already been called...
Redis run:make test........show exception:Executing test client: couldn't open "/proc/10286/oom_score_adj": no such file or directory.
2025-01-16 19:46:20
5034
41/57 done]: unit/tracking (2 seconds)Testing unit/oom-score-adj[ok]: maxmemory - only allkeys-* should remove non-volat...
Redis [BUG]non-resp bytes make the connection unusable forever
2025-01-16 19:46:17
4245
send to the redis server a batch of commands, among which there is an invalid resp message:3\r\n$3\r\nset\r\n$4\r\nkey1\...
Redis [BUG] Redis-cli 6.0.7 fails mass-insertion with "unknown command" by apparently misreading stdin
2025-01-16 19:46:14
2429
Describe the bugWhen using the latest version of redis-cli available on homebrew (6.0.7) mass insertion of ~800k ZADD co...
Redis Redis Server is Logging to STDOUT when Daemonized
2025-01-16 19:46:11
445
https://github.com/redis/redis/blob/9fcd9e191e6f54276688fb7c74e1d5c3c4be9a75/src/server.c#L5284We have an application th...
Redis [QUESTION]Why can't RDB and AOF merge when mixed persistence
2025-01-16 19:46:09
1414
Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...
Redis [CRASH]
2025-01-16 19:46:05
658
Crash report2020-08-04 12:11:36.236 [redisMessageListenerContainer-1] ERROR o.s.d.r.l.RedisMessageListenerContainer - Co...
Redis Could not connect to Redis at 127.0.0.1:6379: setsockopt(TCP_NODELAY): Invalid argument
2025-01-16 19:46:02
1035
I installed redis, I can connect to it, but the benchmarks abort:**$ redis-cli pingPONG$ redis-benchmark -q -n 100000Cou...
Redis redis: can't parse array reply: "+OK" when SMembers
2025-01-16 19:46:00
1040
Encounter the same mistake https://github.com/go-redis/redis/issues/664{"error":"redis: can't parse array reply: "+OK""...
Redis List iterator in redis module
2025-01-16 19:45:49
148
Currently, there is only RedisModule_ListPop and RedisModule_ListPush. Can we have iterator over list just like zset Red...
Redis Server warnings with transparent_hugepages set to madvise
2025-01-16 19:45:47
1295
Steps to reproduce:root@localhost:~# cat /sys/kernel/mm/transparent_hugepage/enabledalways [madvise] neverroot@localhost...
Redis Redis PPA for Ubuntu and Debian
2025-01-16 19:45:44
61118
There already exists a couple different PPAs which host the latest versions of Redis, however, they pose a significant s...
上一页
下一页
1
…
871
872
873
874
875
…
2246
.