Redis [H]INCRBYFLOAT should reply with a double

In symmetry to [H]INCRBY that reply with an integerCurrently, the reply is a string (feels like something that was overl...

Redis [BUG] Redis crashing 7.2.2

Describe the bugIt crashes out of nowhere.To reproduceNo idea, it just does out of nowhere, i really don't know how it h...

Redis [QUESTION] About traversal segment optimize

Shown as, https://github.com/redis/redis/blob/unstable/src/dict.c#L1056for (j = 0; j < count; j++) { if (dictIsReh...

Redis Feature Request: XTRIM option that deletes all messages already acknowledged by all groups

I've been trying to figure out an effective way of trimming streams so that they don't grow unbounded, while taking care...

Redis [BUG] ACL LOAD results in ECONNRESET error on clients

Describe the bugHi everyone,We've encountered a strange behavior with our Redis servers.The servers are running with ena...

Redis [QUESTION] Why my redis setup not rewrite AOF file base redis.conf file

I'm using redis 6.2.5 alpine kubernetes env and configured this two parameters in redis.conf file auto-aof-rewrite-perce...

Redis [QUESTION] Key deleted before been watched

Hi everyone,I am reporting this issue because I encountered a potential undefined behavior with the 'watch' command. Spe...

Redis [QUESTION] Redis support of cgroupv1 and cgroupv2

Hello all,I hope I choose the correct place for my question. First of all I should say that I'm newbie in redis, kuberne...

Redis [QUESTION] how to install redis 6.2.6 of Ubuntu?

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

Redis Redis aborting for OUT OF MEMORY

=== REDIS BUG REPORT START: Cut & paste starting from here ===[2602] 23 Jun 13:09:47.162 # -------------------------...

Redis Redis Connection Reset Error After Rebooting

We are using Redis 7.0.9. Our system has 1 Redis server and multiple Redis clients which are implemented in java. Redis ...

Redis [QUESTION] Redis Cluster: restrict replica node to follow master node in the same server

Version6.2.7OverviewHi team,currently we're running redis cluster on below three servers.hostname1hostname2hostname3and ...

Redis [BUG] Redis 6.2.6 crashed by signal: 11, si_code: 23

Describe the bugWhen i Set up Sentinel Mode ,The scenario is a bit complicated, I have a centos server with docker insta...

Redis Extending rax usage: long long values

Rax currently expects values to be valid pointers. This requirement stems from raxNotFound being a pointer to a value NO...

Redis Why does not Redis use linux zero-copy syscall api ?

Why does not Redis use linux zero-copy syscall, such as linux zero-copy recv (using mmap, https://lwn.net/Articles/75468...

Redis [QUESTION]Performance degrade of GET command on version 7.x & 6.x compare with 5.x

Hi, I tested different version with memtier_benchmark, 7.x and 6.x still about 3%~4% perfomace degrade compare with 5.x ...

Redis [BUG] FT.SEARCH not according to docs

I would like to just mention the bug issue open in Redis OM .Net. Don't know where to put this bug to be precise.https:/...

Redis What does -failover-abort-not-elected means? [QUESTION]

We are running Redis version 3.2 in 3 servers and 3 sentinel configuration. And during deployment, we encountered this p...

Redis quicklist adjacent small nodes

The following code can create a quicklist with 5 adjacent small nodes, which is waste of memory. TEST("adjacent small...

Redis [CRASH] Redis 7.0.11 OOM with enough system memory

Crash reportWe are switching from Redis 6.0.15 on Debian 10(Buster) to Redis 7.0.11 on Debian 12(Bookworm)On previous de...
上一页 下一页
.