Redis Competing consumers for "Keyspace Notifications"

Does anyone know if there's a way to have only ONE consumer get Keyspace Notifications ?The way it's implemented today i...

Redis How to patch Redis 4 for CVE-2021-32626?

CVE-2021-32626 is patched for Redis 5 and 6 and in unstable:$ git log --all --oneline --grep="CVE-2021-32626" ...

Redis Allow access to zset scores in SORT BY and GET

It would be useful to be able to SORT BY the score associated with a key in a sorted set.Use Case: You have a huge sorte...

Redis [MODULES API] RedisModuleTypeMemUsageFunc should accept a samples argument

In the context of being called via MEMORY USAGE, the optional SAMPLES argument or its default value should be respected ...

Redis [CRASH]

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis Question: Will Geo API have command for points clustering/aggregation?

Geo IP is wonderful! Have any plans to add command for points clustering/aggregation depending on zoom or radius?Comment...

Redis active defrag not working on redis 6.0.10

active defrag doesn't seem to be working for me.so how is the active-defrag-threshold-lower calculated? To me, it looks ...

Redis I recommend using get for all keys to --get--

For example, when I check the list, I must to use lrange. I just look at the content. Outside, I don’t know what type it...

Redis RESP: more meaning to Array replies

Currently RESP (Redis protocol) only aggregate data type is the Array. However Redis commands return different things en...

Redis [BUG] Sentinels are not able to elect a new master

Describe the bugSentinels are not able to elect a new master when forcefully stop a node and recreating it with new ip.T...

Redis Back-off when automatic background save fails

When Redis should save a snapshot because N changes were made in the last M minutes, this status is only cleared when th...

Redis make test Redis did not closed connection after protocol desync

in redis 2.4.6 and 2.4.7 i get the following failure from the "make test" test suite:Redis did not closed connection aft...

Redis EVAL addReply() & redisProtocolToLuaType() can be one step

currently lua scripts call a client that writes a response like (if the response were: [3,4,5]):3\r\n:4\r\n:5\r\nthis st...

Redis Something misleading in redis.conf

What I want to do is put data and log files into different directories. So I put dir ./data and logfile log/redis.log in...

Redis [QUESTION] Why is redis log file opened/closed every time a log is recorded?

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

Redis [CRASH] Redis 6.0.6 crashed by signal: 11

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis [CRASH] redis 6.2.3

=== REDIS BUG REPORT START: Cut & paste starting from here ====== REDIS BUG REPORT START: Cut & paste starting f...

Redis When the load is low, the end-to-end latency and server processing latency decrease with the increase of throughput

When we used redis-benchmark to test redis performance, we found two anomalies. One is that when use the - C option to c...

Redis [QUESTION] Why sample size does not change hit ratio?

Hi, I am studying redis when it is used as a cache. Base on this article: https://redis.io/topics/lru-cache, the hit rat...

Redis Tracking invalidations order is not consistent across commands

This is apparent when invalidation messages are sent on the same connection, as they may be received before or after the...
上一页 下一页
.