Redis [BUG] bzpopmin foo 0.001 blocks forever

Describe the bugbzpopmin foo 0.001 should have blocked for 1ms. Instead it blocks foreverTo reproducebzpopmin foo 0.001E...

Redis [BUG][QUESTION]rediscluster node no slot but have keys , the keys can scan it ,But when reading, it will ask for move

127.0.0.1:6379> scan 101) "25165834"2) 1) "ac:462262851295219346089:$h" 2) "ac:73244725777718607779631:$h" 3) ...

Redis Keys massively retrieved by SCAN, seem to have been MOVED to other master node

Having executed SCAN via redis-cli to a master node A of a redis cluster, a list of keys returned and I tried to execute...

Redis [QUESTION]When using a custom module, an error occurs

int HelloworldRand_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { RedisModule_AutoMemory(ctx...

Redis [BUG] Command propagation issue

In the process of command propagation, one command is lost, while other commands are not lost. In this command propagati...

Redis AddressSanitizer: stack-buffer-overflow in server.c

Hey, we found one memory issue about stack-buffer-overflow reported by the address sanitizer. The following is the bug r...

Redis [NEW] Add support for loading configuration profile from a file.

The problem/use-case that the feature addressesI would like to have a way to quickly connect from redis-cli to different...

Redis redis always connecting to itself.

Describe the bugI create redis cluster in kubenetes. 3 nodes 6 redis-server , every node 2 redis-server (one is redis-m...

Redis [QUESTION]How to understand the network communication function of redis through the source code of redis

I want to understand the network communication function implementation of Redis source code, such as Pub/Sub or stream c...

Redis [NEW] MINCRBY[FLOAT]/HMINCRBY[FLOAT] command

Description of the featureMINCRBY[FLOAT] key increment [key increment ...]HMINCRBY[FLOAT] key field increment [field inc...

Redis [QUESTION] config rewrite logic does not check for known-slave

Hi, shouldn't this line also handle the known-slave case?https://github.com/redis/redis/blob/1eb4baa5b8e76adc337ae9fab49...

Redis [BUG] Wrong loopback definition

Describe the bugLoopback address doesn't account for the whole 127.0.0.0/8 range.This is a problem when protected mode i...

Redis [NEW] Add HTTP Connect Support

The problem/use-case that the feature addressesThe future is going serverless, and a lot of serverless functions don't s...

Redis [NEW] When creating connections by redis-benchmark Idle mode, AUTH should be executed if -a para is present

Description of the featureCurrently, the idle mode of redis-benchmark just open N connections and waits, and -a para is ...

Redis [QUESTION] Used memory peak percent

This error occurred while using Redis. "Could not get a resource from the pool" by corresponding error Redis down? H...

Redis [BUG] SCAN can't find some keys

Describe the bugSometimes, a key cannot be retrieve by the scan without explicit reasonCase where all work : 1) "g...

Redis failover-timeout removed from conf file after restart sentinel service

Describe the bugSome options removed removed after restart sentinel serviceTo reproduceAdd some options to sentinel.conf...

Redis [NEW] Add non-varargs implementations of RedisModule_HashGet and RedisModule_HashSet

The API for RedisModule_HashGet uses C varargs. For our use case, we would like to call it with a list of keys to retrie...

Redis [QUESTION] StackExchange.Redis.RedisTimeoutException

HiWe are using redis based on master-slave-sentinel architecture in the project. I am getting the following error at dif...

Redis MONITOR's response as PUSH type

Hi, I wanted to start discussion about MONITOR's response in RESP3 world, recently i started to play with RESP3, SUBSCRI...
上一页 下一页
.