Nineya
Home
Blog
软著申请
Redis [BUG] bzpopmin foo 0.001 blocks forever
2025-01-17 02:12:13
473
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
2025-01-17 02:12:10
1109
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
2025-01-17 02:12:08
6765
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
2025-01-17 02:12:01
774
int HelloworldRand_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { RedisModule_AutoMemory(ctx...
Redis [BUG] Command propagation issue
2025-01-17 02:11:59
2110
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
2025-01-17 02:11:56
3935
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.
2025-01-17 02:11:53
1430
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.
2025-01-17 02:11:51
25162
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
2025-01-17 02:11:48
3930
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
2025-01-17 02:11:45
5772
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
2025-01-17 02:11:43
331
Hi, shouldn't this line also handle the known-slave case?https://github.com/redis/redis/blob/1eb4baa5b8e76adc337ae9fab49...
Redis [BUG] Wrong loopback definition
2025-01-17 02:11:40
1403
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
2025-01-17 02:11:37
1904
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
2025-01-17 02:11:34
403
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
2025-01-17 02:11:31
199
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
2025-01-17 02:11:29
5596
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
2025-01-17 02:11:27
1881
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
2025-01-17 02:11:24
14309
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
2025-01-17 02:11:21
1003
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
2025-01-17 02:11:19
884
Hi, I wanted to start discussion about MONITOR's response in RESP3 world, recently i started to play with RESP3, SUBSCRI...
上一页
下一页
1
…
773
774
775
776
777
…
2246
.