Redis [BUG] Redis Does Not Automatically Reload Certificates When Certificate File Updates

Describe the bugWe have short lived certificates (30 days). We also have a background process that runs and updates the ...

Redis [BUG] The keys_freed variable in the freeMemoryIfNeeded(void) function of evict.c in redis5.0 does not work, it is always less than or equal to 1

Describe the bugI read the redis5.0 source code and found that the keys_freed variable in the freeMemoryIfNeeded(void) f...

Redis [BUG] slave vote for twice in 2*timeout will won election

Describe the bugsuppose we have a slave change the role frequently, like slave->master->slave->masterIn princ...

Redis BRPOP-heavy workload spends lots of CPU in the allocator

One of the use cases we have for redis at @gitlab is as a sidekiq backend. Since it is a job queue, that is a workload t...

Redis [QUESTION] Unable write values to Redis Cluster

I have the following docker-compose file for setup Redis-Cluster:version: '3.3'services: redis_node1: hostname: redi...

Redis Eviction policy set allkeys_lru,But still throw OOM exception

Redis version: 5.0.3desciotion:My redis's maxmemory_policy set allkeys-lru. But when memory used for max memory throw OO...

Redis [QUESTION] Does a Redis read-only replica support pub/sub?

I have a Redis cluster with a master node and a read-only replica node. Now, let's suppose the master is unavailable for...

Redis Improve const-correctness

I suggest to add the key word "const" to the type specifiers for parameters like the following.- list (function "listInd...

Redis Don't know why[BUG]

Describe the bugslave followed by slave?deploy by redis-cluster-operator in k8sTo reproducecan notExpected behaviorexpec...

Redis [BUG] Documentation issue

Describe the bugThere is a documentation typo in chapter Adding auxiliary information in the index of https://redis.io/t...

Redis A sentinel crash issue report

Many thanks.=== REDIS BUG REPORT START: Cut & paste starting from here ===29320:X 24 Mar 23:44:18.886 # Redis 4.0.9 ...

Redis xreadgroup not blocking when timestamp ID is used

XREADGROUP with BLOCK x seems to be ignored when using a timestamp ID and returns immediately127.0.0.1:6379> XREADGRO...

Redis [BUG] Redis doesn't check a return code of fsync thus potentially corrupting keys/values and silently returning them.

According to researchers Anthony Rebello, Yuvraj Patel, Ramnatthan Alagappan, Andrea C. Arpaci-Dusseau, and Remzi H. Arp...

Redis [CRASH]Redis 4.0.14 crashed by signal: 11

=== REDIS BUG REPORT START: Cut & paste starting from here ===61053:C 31 Dec 02:07:03.746 # Redis 4.0.14 crashed by ...

Redis https://nvd.nist.gov/vuln/detail/CVE-2021-21309

hi CVE-2021-21309 is update on 03/31/2021, is there any New modification, we use redis 5.0.11This vulnerability has bee...

Redis [BUG] ZADD LT with INCR will reply with the INCR number but actual score doesn't change

Describe the bugIf you have an entry in a sorted set, using LT with INCR to a positive number should not INCR the number...

Redis Case insensitivity (collation) support for Hash keys

Most stores/databases support capacity to search in a case insensitive manner (e.g. via 'collations')One place where thi...

Redis [NEW] Include the plaintext or TLS ports in CLUSTER SLOTS depending on client connection

The problem/use-case that the feature addressesWhen the nodes in a cluster are configured with ports for both TLS and pl...

Redis [BUG] repeatedly Execute bgsave command, Occasionally, the process status is abnormal, such as Z status and D status

repeatedly Execute bgsave command, Occasionally, the process status is abnormal, such as Z status and D statusbgsave she...
上一页 下一页
.