Nineya
Home
Blog
软著申请
Redis [BUG] if a test that sets maxmemory fails, it doesn't unset maxmemory limits
2025-01-17 02:11:16
2398
Describe the bugif a test that sets maxmemory (say to 1), and then unsets to 0 at the end, fails, it doesn't seem to res...
Redis [BUG] SUSCRIBE in RESP3 gets no proper reply, only push
2025-01-17 02:11:13
10764
Describe the bugAfter sending SUBSCRIBE and UNSUBSCRIBE (and P and S variants), the message ["subscribe", "ch1", 1] come...
Redis which c source file to be import to test quicklist & z_set
2025-01-17 02:11:10
788
I am going to test the data structure of quicklist and z_set in redis. I created a new c project and introduced quicklis...
Redis RedisModule_SubscribeToKeyspaceEvent is thowing segmentation fault error while loading .so file into redis
2025-01-17 02:11:08
871
By using keypace notification Modules API to I am using C++ to develop a module that registers for keyspace notification...
Redis [QUESTION] Why does the command "command-getkeys" return an error type for commands without a key?
2025-01-17 02:11:05
1577
According to the Redis documentation, the commands COMMAND-GETKEYS and COMMAND-GETKEYSANDFLAGS are helper commands that ...
Redis [QUESTION] master_repl_offset increased without write operations
2025-01-17 02:11:02
2648
In master-slave replication(1 master,1 slave), i find that master_repl_offset increases by 14 every 10 seconds(I did not...
Redis [QUESTION]哨兵通信命令 subscribe sentinel:hello 命令执行时间过长
2025-01-17 02:11:00
687
在5.0.5版本中,哨兵通信命令 subscribe sentinel:hello 命令时间过长,且多次问题时间是一个固定长度25.847792s触发了监控警告,有什么办法排除原因嘛,几台redis服务设备都在一个网段内。暂未发现其他命令有...
Redis [BUG] 'EVAL does not leak in the Lua stack' (scripting.tcl) seems to be a flakey test
2025-01-17 02:10:53
2972
Describe the bugthe existing code for this test istest {EVAL does not leak in the Lua stack} { r set x 0 # Use a n...
Redis [Docker] - Image should be created with a non-root user
2025-01-17 02:10:49
943
HelloWe recently got from Prisma docker image's scanner this complience issue categories as high:2023-03-08T17:05:59.992...
Redis FATAL CONFIG FILE ERROR (Redis 6.2.6) ***
2025-01-17 02:10:47
453
./redis-server.exe --service-install redis.conf --loglevel verbose --service-name Redis FATAL CONFIG FILE ERROR (Redis ...
Redis how to use springboot connect redis6 acl different user
2025-01-17 02:10:44
495
the springboot project connect the default useri need to connect the user i add who can help me,thanks!!Comment From: v...
Redis [QUESTION] Redis cluster mode enabled: all reads going to single node
2025-01-17 02:10:41
1405
I have set a AWS elasticache redis cluster with cluster mode enabled with below details:- Redis version: 5.0.6- Shards: ...
Redis issues with multi_shard request policy
2025-01-17 02:10:38
1517
Hi,I am currently working on implementing the request and response policies in node-redis, and I have encountered some i...
Redis Allowing modules to register commands to existing ACL categories.
2025-01-17 02:10:35
2388
Related to issue #11083 Module commands were not allowed to register commands to the existing categories. The only way w...
Redis [QUESTION] Potential problem for transaction in cluster
2025-01-17 02:10:32
597
Generally when redis cluster expand/shrink, we would depend on a MOVED error to update the node table when using a clie...
Redis [NEW]Support for encrypted passwords in redis/sentinel.conf
2025-01-17 02:10:30
8179
The problem/use-case that the feature addressesWe have a Sentinel-managed Redis HA setup running in k8s, based on modifi...
Redis [BUG] reprocessed block commands go through module command filter again, but used cached lookup
2025-01-17 02:10:28
3865
Describe the bugIn working with https://github.com/redis/redis/pull/11568, I have a module that I was issuing a brpoplpu...
Redis [BUG] wrong default setting in debian apt package
2025-01-17 02:10:25
425
Describe the bugEnable unix socket of redis, and redis can't start.To reproduceIn debian sid.sudo apt install redis-serv...
Redis [NEW] Extended ASK/ASKING protocol to include a cookie/epoch value
2025-01-17 02:10:22
1884
The problem/use-case that the feature addressesCurrently, Redis cluster protocol can return an ASK response (during a mi...
Redis [BUG] Child process redis-rdb-to-slaves is running continuously forever when parent process is restarted
2025-01-17 02:10:20
1020
Describe the bugChild process redis-rdb-to-slaves is running continuously forever when parent process is restarted.At th...
上一页
下一页
1
…
774
775
776
777
778
…
2246
.