Redis [BUG] When the bus_port is inaccessible, creating a cluster using redis-cli will result in an infinite wait without returning a failure

Describe the bugWhen the bus_port is inaccessible, creating a cluster using redis-cli will result in an infinite wait wi...

Redis redis sentinel failover not happening in docker swarm

I have been trying to setup redis in sentinel mode using docker-compose file. Below are the contents of my compose file ...

Redis [BUG] HGETF command is not replying with string

Describe the bugIf the value of the field is an integer, HGETF replies it as integer. But should always be stringTo repr...

Redis Wrong HSETF command description

In both hsetf.json and commands.def files, it states:For each specified field, returns its value and optionally set the ...

Redis [QUESTION]The company saves costs and uses redisCluster mode. Is it okay to use a 1.5C docker container?

Redis cluster 3 master 3slave use 2C8G Docker contianer.Are there any problems using 1.5C docker containers?PS:The over...

Redis [BUG] ASK redirection from replica nodes

Hello,I'm implementing a client for redis cluster in ruby.https://github.com/redis-rb/redis-cluster-clientI'm trying to ...

Redis [BUG]There is a memory leak defect at line 3615 in the file /redis/src/redis-cli.c.

Describe the bugAt line 3540 in the file /redis/src/redis-cli.c, a pointer variable named argv2 is defined. This pointer...

Redis [BUG] There is a memory leak defect at line 5981 of the file redis-cli.c in /redis/src/.

Describe the bugA variable named "slot_nodes" is defined at line 5967 of the file redis-cli.c in /redis/src/. It allocat...

Redis Add support for reverse history search in redis-cli

The problem/use-case that the feature addressesAs a frequent user of redis-cli, I really need reverse history search.Not...

Redis AUTH command does not generate any log message for success or failure

What do I see?When using a Redis server with authentication enabled (either via the global setting or ACLs), no event is...

Redis [BUG] CWE: 664

Description of the bug:After I used Cppcheck to perform static analysis of the source code of Redis I discoverd the foll...

Redis Redis Cluster V2 project

This issue covers a couple of high level of areas for improving Redis Cluster. Ranked roughly by priority in each pillar...

Redis Redis setEX Expired Event Triggering Multiple Times Despite Unsubscribe/Resubscribe

Problem:In a Redis setup, utilizing setEX to set a key with an expiration time, I've encountered an issue where the expi...

Redis feature request: comment support for redis-cli

perhaps this exists already, but I've tried all the standard comment symbols and searched the docs/issues extensivelyred...

Redis Understand how auto AOF rewrite works

Let's say I have this configuration, I want to understand when eventual rewrites will be triggeredauto-aof-rewrite-perce...

Redis [BUG] Redis key present in cache even after deleted by first thread and reading around same point of time by other thread.

When one thread deleted the cached key and around same point of time another thread doing following task Redis responded...

Redis [QUESTION]What are the side affects of setting cluster-allow-replica-migration to "no"?

We are using Redis cluster where we manage redis cluster via an operator. The operator takes care of making sure enouhg ...

Redis [NEW]: Redis sentinel track master by private IP but announce to client public ip or vice versa

The problem/use-case that the feature addressesI have 3 node HA cluster. Each node has private ip and public ip. Case th...

Redis [BUG] redis cluster can not failover

Describe the bugredis version: 6.2.7redis cluster nodes:9(each have 1 replica)I stop a primary shard and its correspondi...

Redis [BUG]sentinel failed to failover while master was down.[4.0.14]

Describe the bugtopology:10.250.17.68:6379 master10.250.17.80:6379 slave10.250.17.68:6380 sentinel 10.250.17.80:6380 sen...
上一页 下一页
.