Redis [BUG] Failure of 6.0.7 slave to replicate a 2.6.14 master

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

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]

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?

I think lookupKeyWriteOrReply() should be used in the spopWithCountCommand() function.Comment From: madolsonLooks like ...

Redis Multi-line strings allowed in redis-cli

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

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?

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

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

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.

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

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

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

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

Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...

Redis [CRASH]

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

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

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

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

Steps to reproduce:root@localhost:~# cat /sys/kernel/mm/transparent_hugepage/enabledalways [madvise] neverroot@localhost...

Redis Redis PPA for Ubuntu and Debian

There already exists a couple different PPAs which host the latest versions of Redis, however, they pose a significant s...
上一页 下一页
.