Redis [BUG] Blocking reads don't work on Redis Cluster replica nodes

Describe the bugBlocking reads on Redis Cluster replica nodes (in readonly mode) always get redirected to a master node....

Redis redis 6.0.8 crashing when reloading from aof file

The .aof file is not huge (~54MB)The command used is: redis-6.0.8/bin/redis-server --appendonly yes --appendfilename t...

Redis Redis 6.0.5 TLS issue in Kubernetes : SSL routines:ssl3_get_record:wrong version number

I've deployed redis 6.0.5 in Kubernetes and enable TLS. The config file : cluster-enabled yes cluster-require-full-cove...

Redis [BUG] Missing documentation on ZMSCORE

Describe the bugThe new ZMSCORE command has no documentation in redis-doc.ZMSCORE PR: https://github.com/redis/redis/pul...

Redis [Feature] Add WATCH semantics to blocking commands like BLPOP

My idea is to allow for BLPOP (and other blocking commands) to gracefully end before it's timeout (which can be infinite...

Redis Redis should have an option for aborting transactions with EVALSHA inside

Reading a blog post from @stockholmuxhttps://redislabs.com/blog/bullet-proofing-lua-scripts-in-redispy/The problem is of...

Redis Warnings found in make

Warnings found in building Binaries for Redis 6.0.7The following warnings appear during building binaries for Redis 6.0....

Redis [NEW] FLUSHDB/FLUSHALL/SWAPDB should trigger a keyspace notification event

Hello folks, As far as I know, currently if we do FLUSHDB/FLUSHALL/SWAPDB these three operations, there is no keyspace e...

Redis [QUESTION] Is version 5.x still being maintained?

Hi, We are using redis heavily, and still staying on version 5.x. Do we have any version plan of redis? The main brance...

Redis [BUG] redis is expiring key ahead of time

Describe the bugwe are adding a key to redis with ttl of 20 minutes(1200 seconds), after few seconds, most cases 1-2, ke...

Redis Redis high memory problem

Hi,We had an issue about high memory. Redis used memory exceeds maxmemory about 200M.Here is the info memory:Memoryused_...

Redis Added authentication to cluster redis-trib.rb

redis-trib.rbline 51:..................... def initialize(addr) s = addr.split(":") if s.length < 2 ...

Redis Redis log configuration and accountability

In regards to both the redis and ACL logsIs it possible to request to view a specific subset of logged events as opposed...

Redis Personal accountability

Do the Redis or acl logs record the identity of a user who performed an O&M action?Comment From: oranagraNeither the...

Redis make REDIS_CFLAGS="-DREDIS_TEST" error

server.o: In function `main':/home/hzw/code/redis/src/server.c:3723: undefined reference to `sdsTest'collect2: error: ld...

Redis [BUG] Potential Data Race on server.master_repl_offset

Describe the bugWe are developing a static data race detection tool and detected a potential data race in redis version ...

Redis Redis Cluster Scale Up

I am trying to scale up running redis cluster with auth.I am using redis-4.0.6 , redis gem version 3.3.3 and redis-trib...

Redis Redis cluster: Is there a way to access to keys that have been migrated to new node when the moving of whole slot has not finished?

As one step moving a slot from one node to another node in redis cluster is migrating all keys in this slot between two ...

Redis A Hiden Key

In our redis cluster, we find a node using more memory than the others, we analyzed the rdb file of this node, and find ...

Redis Segmentation fault on out of memory

Hello;Here is the stack trace: (on out of memory)348:M 26 Nov 15:26:17.047 # Can't save in background: fork: Cannot allo...
上一页 下一页
.