Redis A way for in-place upgrade of a module (old version pass state to new version)

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

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

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

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 )

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

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

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

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

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]

Describe the bugrss_overhead_ratio and rss_overhead_bytes is too largeTo reproducenothingExpected behaviorafter running ...

Redis The releasenotes incorrectly marked pubsubshard as pubsublocal.

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

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

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

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

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)

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

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

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

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:开头

Describe the bugA short description of the bug.To reproduceSteps to reproduce the behavior and/or a minimal code sample....
上一页 下一页
.