Redis Add Aggregate (MIN/MAX) support to ZINCRBY

Currently ZINCRBY uses SUM to change sorted set member score.It would usefull if aggregators from ZUNIONSTORE could be u...

Redis FLUSHALL without SAVE config creates rdb file

In the release notes for redis 2.4.1 there is an entry that states: "FLUSHALL now only performs a sync SAVE if there is ...

Redis [QUESTION] Sentinel: disable config rewrite

How to disable sentinel config rewrite?I run redis-sentinel with nomad, configuration is managed in git and copied insid...

Redis defragger improvements around large bins

https://github.com/jemalloc/jemalloc/issues/1098#issuecomment-1588962477few things that can be improved:1. don't attempt...

Redis [QUESTION] Thoughts on Multithreading Implementation

The use of a single thread to operate on memory data is to avoid competition for shared resources and the resource consu...

Redis Suggestion for each publish and subscribe as ACL_CATEGORY

Hello,While operating redis instances, I've found some improvements.We are now using acl user for write-user and readonl...

Redis Redis as the SSOT of its commands

IntroCurrently, the information Redis provides in COMMAND is limited and incomplete, causing proxy/client writers to see...

Redis Add -fno-omit-frame-pointer to default compilation flags to improve observability of redis

Now redis use O3 level optimization that would remove the frame pointer in the target bin.In the very old past, when gcc...

Redis [CRASH] Crashed running the instuction at: 0x4b4377

Redis 3 master 3 slave cluster, 192.168.241.78 node crash report at night is as follows:It seems that the version we are...

Redis Feature recommendation DEL prefix:*

Using Redis 2.4.x.Redis is used frequently as a key/value cache store. That being said, a common pattern to segment yo...

Redis [Feature] INFO command returns multiple sections.

I'm attempting that INFO command returns multiple sections as follows.127.0.0.1:6379 > INFO cpu memory # CPUused_cpu_...

Redis BLPOP with LIMIT option

First of all, thanks very much for all your passion and this awesome piece of software! Can't wait to see how it evolves...

Redis [BUG] redis key getting deleted even it has enough TTL

Describe the bugWe have observed on our redis instance key got removed even application not triggering any delete and al...

Redis Support for hmsetnx

Currently redis supports hmset. It would be really useful to have "nx" functionality built into hmsetnx.Comment From: sa...

Redis [QUESTION] Update Redis Sentinel TLS configurations on the fly

Hi all, I'm wondering if there is a way to rotate TLS certs/keys on the fly (without stopping an instance) for Redis Sen...

Redis Make it possible for a master to restart from AOF and still be able to serve PSYNC

We want to make it possible for a master to restart from AOF and still be able to serve PSYNC.see https://github.com/red...

Redis [BUG] Redis cluster fails to trigger election by printing log "Error condition on socket for SYNC: Connection refused"

Describe the bugAfter 2 worker nodes on which 2 Redis primaries were running, were rebooted using reboot command, the re...

Redis Cluster failover unreliable when many keys are expiring

My colleagues and I at MediaFire have found that we sometimes have to send many (up to 100 or so) CLUSTER FAILOVER comma...

Redis docker redis:6.0 run error: Fatal: Can't initialize Background Jobs.

Failed to run the latest Redis: 6.0 using Dockerdocker log:1:C 29 Jun 2023 08:58:09.984 # oO0OoO0OoO0Oo Redis is startin...

Redis [QUESTION]After manually failover of the Redis cluster, the cluster status of one of the master nodes becomes "fail" while others remain ok.

We have a Redis cluster with 10 nodes, 5 master nodes, and 5 slave nodes, deployed across 5 servers (with each server ho...
上一页 下一页
.