Redis [BUG] Join some new nodes to the cluster error

Describe the bugWhen I use "redis-cli --cluster add-node" to join some new nodes to the cluster, an error occurs:"[ERR] ...

Redis Sort out mess around propagation and lazy-expiration

Redis uses lazy-expiration to delete stale keys, that is when a command touches a expired key, it should delete the key ...

Redis [BUG] Why not set a flag variable to determine if it is a shallow copy

list *listDup(list *orig){ list *copy; listIter iter; listNode *node; int shallow_flag = 1; // first if ...

Redis [PERFORMANCE] Reduce the impact of prepareClientToWrite in the ReplyProto pipeline

The performance painCurrently, the use of prepareClientToWrite can cost up to 14% of CPU time.Description of the perform...

Redis [BUG] [err]: Active defrag in tests/unit/memefficiency.tcl

Describe the bugOne test failA short description of the bug.Testing solo test[err]: Active defrag in tests/unit/memeffic...

Redis [BUG] redis version 6.2.3 sscan count is not work for int number

sadd alphabet A B C D E F G H I J K L M N O P Q R S T U V W X Y Zsscan alphabet 0 count 31) "8"2) 1) "C&q...

Redis [QUESTION]Redis allkeys-lfu eviction policy. What happens if multiple keys have least frequency?

Im new to Redis, i'm trying to set eviction policy In Redis we can specify eviction policy in the conf file in case the ...

Redis [CRASH] Docker redis container crashed continuously

Hi All ,I'm using Redis docker container on Ubuntu , and yesterday my container crashed continuously.Since, each time I ...

Redis Redis client gets stuck / hangs on only the "info stats/memory" commands when connected from Google Compute Engine (i.e VM)

lsb_release -a of GCP Compute Engine(VM):No LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 20.04...

Redis [NEW] Support oom score settings under container env

The problem/use-case that the feature addressesCurrently, oom score customization can only work in bare metal or vm env ...

Redis [CRASH] <short description>

Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...

Redis Could not connect to Redis - Cannot assign requested address | Redis 7.06

Hello Experts, We were running certain performance load tests on Redis 7.0.6 version using redis-benchmark utility. As a...

Redis [BUG] Redis 5.0.5 crashed by signal: 11

Describe the bugMy redis instance died from signal 11. This was in regular operation and happened unexpectedly. The redi...

Redis rename-command in redis.conf seems to break redis-cli if command starts with a number

Version: Redis 4.0-rc3 / Platform: Linux UbuntuIn redis.conf you add in the line:rename-command KEYS 21591e49a59cfd7cThe...

Redis [QUESTION] What is the difference between Functions and Modules

Currently, after the release of redis 7, Functions are supported. Based on Functions, we can extend Redis with more comm...

Redis Refactor Redis blocking infrastructure - part 2

https://github.com/redis/redis/pull/11012 introduced a refactor to the redis blocking infrastructure which enables repro...

Redis [CRASH] 7.08 crashed inexplicably

=== REDIS BUG REPORT START: Cut &amp; paste starting from here ===17:M 26 Feb 2023 04:30:43.058 # Redis 7.0.8 crashed by...

Redis [NEW] 2 different ip of redis node shall not master-salve of each other when create cluster

The problem/use-case that the feature addresses“redis-cli --cluster create” , since create the cluster can ensure maste...

Redis [BUG] fat argv caused oom reply even redis had enough memory

Describe the bugour user wrote a string to redis with almost 500MB length, and my redis's maxmemory configured to 1GB, b...

Redis [BUG] In PubSub, UNSUBSCRIBE and PUNSUBSCRIBE commands do not work correctly.

Describe the bugA short description of the bug.Redis 6.2.6In Redis Pub/Sub, the client subscribes with [SUBSCRIBE ch-foo...
上一页 下一页
.