Redis [BUG] XREADGROUP with no results does not reset XINFO CONSUMERS idle timer

Describe the bugThe idle field of the XINFO CONSUMERS return value is documented as:idle: the number of milliseconds tha...

Redis Memory Leak in Slaves (redis cluster)

Describe the bugA succession of key set, key delete will induce a memory leak in corresponding slave - redis clusterTo r...

Redis Preventing temporary circular replication and slot loss in Redis Cluster Failover

I've encountered an issue with some nodes in a Redis cluster during a manual failover, where the state seen by certain n...

Redis avoiding memmove for faster processing of redis commands during pipeline operations

While using redis with pipeline option, multiple commands are queued up in query buffer where it is held for processing....

Redis [BUG] Performance drops severely when io-threads number larger than online cpus.

Describe the bugSet io-threads greater than online CPU numbers, the performance drops severely. To reproducetaskset -c 0...

Redis Is there a equivalent of "sentinel info-cache" when cluster enabled.

Hi Team, Is it possible to get the "INFO" response for all the nodes in the cluster enabled cluster by talking to any no...

Redis [QUESTION] Are replica reads supposed to work with client side caching

I've done a dive into the code, and don't see anywhere invalidations would be triggered due to a replica update, is this...

Redis [QUESTION] bgsave is frequently and aof fsync is slow

Hi, I am hosting a CVAT application on aws standard t3.2xlarge with ubuntu 18.04 machine it has EBS SSD attached to itI ...

Redis RDB parsing library

Create an RDB parsing library, an API for C programs to be able to parse and understand the contents of the RDB file.Cur...

Redis [NEW] Improve rehash performance for db and expire dict

The problem/use-case that the feature addressesWhen the number of keys in my redis exceeds 16,777,216, the rehash operat...

Redis Redis Sentinel not connected

I have a computer and I have configured one master and two slave Redis on itThree Redis Sentinels have been configuredBu...

Redis [BUG] Client Side Caching and Redirect inconsistency

Describe the bugRedis supports 2 ways of sending invalidate messages. It can either send it to the connection (client i...

Redis Implement HSETXX

The problem/use-case that the feature addresseslocal exists = redis.call('EXISTS', KEYS[1])if exists == 1 then redis....

Redis [BUG] TIME is now freezed in script and there is no way to know the elapsed time inside script during his execution.

Describe the bug10300 introduce TIME freeze and doesn't gave alternativeTo reproduceIn script, call "TIME", do lot of t...

Redis Missing routing tips

How is PUBSUB SHARDCHANNELS supposed to be routed & aggregated in cluster mode? The command doesn't have any keys, a...

Redis Optimize calling gettimeofday

Enhancemant RequestSource locating at: src/util.c, Line: 999. No need define a variable for struct timeval, referring t...

Redis keyspace-events for persistence and replication

Add a keyspace-events control for:1. RDB re-write completed2. Configuration file re-written3. AOF re-write completedThis...

Redis Redis Info: avg_ttl should it be replicated in slave?

Hi,What is avg_ttl for keys in a Redis-Instance? While replication from master to slave should it be same?Iin my demo ap...

Redis config file - relative path for log file does not work

Hi,I did not succeed to specify a relative path for the logfile parameter. Redis creates the log file but the file remai...

Redis Feature request: Save options on a per-db basis.

I was wondering how plausible it might be to have save configuration associated with DBs rather than servers?I would lik...
上一页 下一页
.