Nineya
Home
Blog
软著申请
Redis A way for in-place upgrade of a module (old version pass state to new version)
2025-01-16 21:15:42
4840
Now, if we need to upgrade a module, we need to module unload first, and then module load.But module unload will have so...
Redis [NEW] Client side could see how many sentinel connection on master node
2025-01-16 21:15:39
1074
The problem/use-case that the feature addressesCurrently, In the case there are multiply client connections on master no...
Redis [NEW] SET options RVC and UTVC: Conditional TTL and return behavior based on whether value changes
2025-01-16 21:15:36
2751
The problem/use-case that the feature addressesIn a single atomic operation, we would like:1. The return value of SET to...
Redis [NEW] XGROUP DELCONSUMER with pending messages creates ghosts
2025-01-16 21:15:33
2004
The problem/use-case that the feature addressesIt appears that, by design, the below scenario is totally possible and le...
Redis 5-7% Performance regression from v5 to v6.2 to unstable due to added features ( more visible on pipeline )
2025-01-16 21:15:30
3432
With the introduction of some of v7.0 features we've measured a max overhead of 7% drop in the achievable ops/sec on a s...
Redis [BUG] Invalid auth does not reset existing authenticated connection
2025-01-16 21:15:01
6309
From Redis 6, if auth command fails on existing authenticated connection, it will continue to be authenticated on existi...
Redis feature request: Add replies to MONITOR command
2025-01-16 21:14:57
3467
Hi there,Currently the MONITOR command shows only the commands server received. If it can output the return server emitt...
Redis [NEW] Add finer granularity latency sampling
2025-01-16 21:14:55
1759
The problem/use-case that the feature addressesCurrently Redis only supports latency sampling at the millisecond level, ...
Redis github is not recognizing this repo's code_of_conduct
2025-01-16 21:14:52
1104
Comment From: enjoy-binbini see oran mention it in here https://github.com/redis/redis/pull/10918#issuecomment-117307196...
Redis the rss_overhead_bytes and rss_overhead_ratio is too large[BUG]
2025-01-16 21:14:49
14254
Describe the bugrss_overhead_ratio and rss_overhead_bytes is too largeTo reproducenothingExpected behaviorafter running ...
Redis The releasenotes incorrectly marked pubsubshard as pubsublocal.
2025-01-16 21:14:46
763
The releasenotes incorrectly marked pubsubshard as pubsublocal.releasenotes: cluster-allow-pubsublocal-when-downredis.co...
Redis [CRASH] 7.0.2 crash loop with parameter provide from k8s deployment
2025-01-16 21:14:43
5821
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 Introduce a CLUSTER JOINSHARD primitive that allows admins to move nodes between shards
2025-01-16 21:14:40
1016
How about a JOINSHARD primitive? I think it makes more sense to expose a high level construct around shards, as opposed ...
Redis "CLUSTER MIGRATE slot node" command
2025-01-16 21:14:38
41891
Feature request:At the moment, in order to migrate a slot from one node to another, the redis-trib.rb script is needed o...
Redis Create a slot migration test that include client responses
2025-01-16 21:14:35
179
There is no cluster test that verifies that cluster mode sends the correct types of responses, including ASKING and UNST...
Redis [BUG] The redis down by it's self ,redis verison 5.0.3( ASSERTION FAILED)
2025-01-16 21:14:32
47002
Describe the bugThe redis server down by it's self. The bug report below.REDIS BUG REPORT START:Cut & paste startin...
Redis [BUG] 7.0.1, 7.0.2 syscheck.c checkOvercommit() if (atoi(buf)) { "msg" } -> Not working
2025-01-16 21:14:29
633
Describe the bugNo overcommit log messageTo reproduce7.0.0 source code server.c linuxOvercommitMemoryValue() retu...
Redis [BUG] Redis 7.0.2 vm.overcommit log warning is incorrect
2025-01-16 21:14:27
2381
Describe the bugHello Team Redis!Redis logs complain of vm.overcommit set as 0 but this is incorrect. However according ...
Redis [BUG?] EXEC commands succeeds when one of the queued commands uses a WATCHed expired key
2025-01-16 21:14:24
2723
It ins't the typical use case for WATCH-EXEC, but consider this scenario:WATCH keyMULTIINCR key... time passes and key e...
Redis [BUG] redis 恢复数据 自动给一些没有过期时间的key设置了过期时间,key的名称以login_tokens:开头
2025-01-16 21:14:21
2103
Describe the bugA short description of the bug.To reproduceSteps to reproduce the behavior and/or a minimal code sample....
上一页
下一页
1
…
798
799
800
801
802
…
2246
.