Redis Slow Redis Active MQ

We have an application that is under heavy load. ActivMQ and Redis are used. We use the standard RoR library "activejob-...

Redis Improved memory efficiency for small sets

Right now sets only have two encodings, intset and hashmap. The the intset is a fairly memory dense structure, but only ...

Redis Deprecate QUIT

I propose we officially deprecate QUIT and advise clients to drop connections when necessary and not use it. I assume mo...

Redis [NEW] Enhancing FLUSHALL ASYNC in case of scarce memory

FLUSHALL is considered a heavy-weight command. It takes a very long time until completion and during that time the serve...

Redis [NEW] {S|Z}INTER/{S|Z}UNION should also support LIMIT (like {S|Z}INTERCARD)

The problem/use-case that the feature addressesI'm currently writing an implementation of this full-text-search indexing...

Redis feature: be able to filter streams by field

OverviewIt could be great to add an option to xread/xreadgroup command to be able to filter streams' messages by field.F...

Redis [QUESTION] How to prevent downtime on Redis-HA configuration change - Kubernetes

IntroHi there. I was unsure where to post this as it is somewhat a discussion / feature request.It seems redis does not ...

Redis memory leak on redis-server

redis cluster based on master-slave mode, using default configuration. the issue is that used_memory_human is much bigge...

Redis Can Redis stream add queue groups?

A queue group can have multiple queues. Consumers can specify a queue group to get datas.Comment From: itamarhaberHello ...

Redis [CRASH] <Redis 4.0.14 crashed by signal: 11>

I am useing redis 4.0.4 with cluster mode, one of the master is down yesterday, so the slave upgrade to master, when i ...

Redis [BUG] Sentinel failover not working as expected

Describe the bugRedis and sentinel use hostname to communicate, failover fails.To reproduceBackground: redis 6.2.7, k8s ...

Redis [BUG] Sentinel fails to failover

Describe the bugWe have a redis sentinel setup with 3 redis instances and 3 sentinels.When the master redis node crashes...

Redis Why doesn't the new version do the installation package in msi format?

https://github.com/redis/redis/releases/tag/7.0.5Comment From: oranagra@git136975643 maybe you need to be a little bit m...

Redis Criteria to run REDIS

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

Redis Creating usernames with quotes can break ACL LOAD command after executing ACL SAVE

Through randomised testing we've stumbled on this problem. Creating a user through the ACL SETUSER command that contains...

Redis Bug Report

8:M 04 Nov 2022 10:14:25.204 # Redis 6.2.7 crashed by signal: 11, si_code: 18:M 04 Nov 2022 10:14:25.204 # Accessing add...

Redis [BUG] During Bgsave, failed to disconnect idle client connection properly

Describe the bugDuring Bgsave, the client’s command blocked for 4771ms and threw an IOException. By capturing packets, t...

Redis [NEW]Can Redis stream supports federated index queries?

Comment From: forkforkWhat is a federated index query @chendali16?Comment From: chendali16When we use xrange, we can onl...

Redis Consider constraining valid module command names

Today we don't place any specific restrictions on module command names. This can cause ambiguous scenarios. For example,...

Redis [CRASH] free(): double free detected in tcache 2

Crash report=== REDIS BUG REPORT START: Cut &amp; paste starting from here ===1:M 02 Nov 2022 21:26:40.719 # Redis 6.2.7...
上一页 下一页
.