Redis [NEW] Redis master-replica seamless switching

+--------+ +---------+| master | <-----+ | replica |+--------+ +---------+I'm thinking about how to a...

Redis [BUG]Redis 6.2.6 crashed by signal: 11, si_code: 1

=== REDIS BUG REPORT START: Cut & paste starting from here ===1:M 01 May 2023 03:08:16.961 # Redis 6.2.6 crashed by ...

Redis REDIS configuration and Sentinel configuration file wrongly getting Updated

In both redis nodes Redis configuration file is having replicaof entry.Ideally only in replica node should have the repl...

Redis [BUG] Use the command 'CONFIG SET client-output-buffer-limit "slave 1024mb 512mb 180" ', the effective data is "slave 1024 512 180"

version: redis 4.0.14127.0.0.1:6379> CONFIG SET client-output-buffer-limit "slave 1024mb 512mb 180"OK127.0.0.1:6379&g...

Redis [QUESTION] Redis massive expire vs massive del

Hi, I'm using a redis-sentinel k8s statefulset and I have a use case where I need to delete a massive amount of keys. Fo...

Redis [CRASH] SIGBUS on Android arm 32-bit due to unaligned memory access

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 [NEW] Fast Initialization of Redis Cluster with Bulk Data

The problem/use-case that the feature addressesI have a large amount of data (> 10 TB, might scale up further) stored...

Redis [BUG] RESP string as number parsing restrictive

Describe the bugRESP parsing of strings as numbers, in an RPUSH at least, is highly restrictive. It rejects what would b...

Redis [BUG] Sentinel failover trigger resulting in replicas Full Sync

Greetings Team!In one of our heavy write use case, with shard size over 60GB and AOF(no RDB) enabled, triggering the sen...

Redis Introduce slot level metrics to Redis cluster

With the new slotToKey struct, it is possible to start tracking some metrics, such as memory usage (key size + value siz...

Redis Atomic slot migration HLD

High level designWe want to introduce a new Slot Migration process that atomically migrates a set of slots from a source...

Redis Explicit propagation of commands

Currently server.dirty has two purposes:1. Deciding when to save an RDB2. Deciding if the command that was just executed...

Redis [NEW] update XREADGROUP to support reading ALL records (pending and new) from point of last ack

requestmy request is to create a single XREADGROUP command that can read ALL records (both pending and new) that have no...

Redis [QUESTION] Docker Compose Healthcheck with ACL

I have a small question about using ACL and the Redis CLI in combination for a healtcheck in my Docker Compose file. hea...

Redis [CRASH] Uncaught RedisException

Crash reportWith the latest version of Redis (v2.3.0), an unhandled exception is thrown in case of database connection p...

Redis [QUESTION] Why CLUSTER RESET doesn't forget all nodes first?

The CLUSTER RESET command for a replica flushes dataset first, and then forgets all nodes. There's a problem when I rese...

Redis [QUESTION]master shutdown, slave replica of another master

redis6.2,cluster mode, 7nodes (1 master, 1 slave). when three master shutdown, a slave does not ascend to the maste and...

Redis Allow selecting random port

https://github.com/redis/redis/blob/6f11acbd67f65c5f3fd84223bf07fefd75cfdc37/src/server.c#L2807I am requesting that the ...

Redis i config aclfile in redis.conf ,when i use "acl save" reported error (error) ERR There was an error trying to save the ACLs. Please check the server logs for more information.

redis version is 7.0.11-alpine(used docker-compose)my docker-compse.yamlredis: image: redis:7.0.11-alpine containe...

Redis [QUESTION] Why not use RDB file recovery when AOF files cannot be found?

In the loadDataFromDisk , if aof files not found, it will not continue to attempt to recover data through RDB file. but ...
上一页 下一页
.