Redis Consolidate the BGSAVE snapshots with AOFRW

Some day we'll want to completely consolidate the BGSAVE rdb snapshots with AOFRW, so that any bgsave (even one that was...

Redis [CRASH] Failure to rebalance on 7.0.0-rc2

Running redis 7.0.0-rc2 on ubuntu in AWS.During a rebalance operation after adding nodes, this particular master contain...

Redis [BUG] 2% CPU usage with no active clients

The Redis server is using a steady 2% CPU usage with no activity whatsoever.Is this normal?Serverredis_version:7.0.4redi...

Redis Crush Report: Redis 6.0.16 crashed by signal: 11, si_code: 1

=== REDIS BUG REPORT START: Cut & paste starting from here ===1:S 18 Aug 2022 08:06:55.099 # -----------------------...

Redis [NEW] Expiring Members inside Sets

The problem/use-case that the feature addressesI use Redis as a place to store objects in a web application. These objec...

Redis [QUESTION] When I configured Redis master,slave,sentinel, fail-over doesn't work.

I configured it using docker-compose. docker-compose.yaml`version: '3.9'networks: app-tier: driver: bridgeservices:...

Redis [QUESTION] How to migrate RDB to new format supported by Redis 7?

Hello!I see in the Redis 7 changelog that the RDB format changed and is no longer backwards compatible with the old form...

Redis Modules: Events for cluster topology changes

Add events for modules to be notified about cluster topology changes.TBD.Comment From: zuiderkwastRelated: #10358We need...

Redis change of behavior between redis 7 and redis 6.2 when a replica aborts

In redis 7:when a replica aborts in this line https://github.com/redis/redis/blob/unstable/src/debug.c#L2032 the process...

Redis Redis 5.0.7 crashed by signal: 11

attachment : redis-server error loghi Redis community, would appreciate your help to resolve the issue related to loadi...

Redis [BUG] sanitizer address test failed in logging.tcl

Describe the bugSpecify the sanitizer compilation option as address, failed to specify when testing logging.tclTo reprod...

Redis COW reduction, prioritize key serialization

We could maybe improve our gains from #8974 by promoting serialization of keys that are modified.Some research and desig...

Redis [BUG] Mem-leak in moduleFreeCommand

currently, we call zfree(cmd->args); but the argument array needs to be freed recursively (there might be sub-args)va...

Redis [NEW] Authentication policy

Is it possible to add a policy for authentication.For example, using a regular expression to qualify the rules for confi...

Redis [NEW] Delete AOF on successful SAVE for shutdown

The problem/use-case that the feature addressesIt just came to my mind that if shutdown-on-sigint/shutdown-on-sigterm = ...

Redis [NEW] improve I/O scalability

The problem/use-case that the feature addressesI am using Redis as a disk-based database (i.e., configured with AOF mode...

Redis Timeout awaiting response - while Fetching data from Redis cache

I am storing a data with size 17 KB in Redis cache. Data fetch will be in async manner as concurrent users may hit the r...

Redis [QUESTION] What counts as Active expiration commands?

Hi.We are running redis on Azure and are noticing an issue, when some keys are incremented within a transaction successf...

Redis Redis increase cpu usage only at night

Hi, I've a redis cluster in k8s and I've seen high cpu consume during the night.From 20:00h to 08:00h (GMT+2).I don't kn...

Redis New Redis Cluster topology command

Currently, Cluster clients can use either the older CLUSTER NODES command or the newer CLUSTER SLOTS command.CLUSTER NOD...
上一页 下一页
.