Redis Docker swarm, Redis repeated cluster initialisation bricks cluster

I'm trying to run a redis cluster using docker swarm. I have 2 components to do this, the redis nodes and a initializati...

Redis Redis and vm.overcommit_memory

Hi all,I've installed Redis 7.0.2 on a Virtual Machine with Ubuntu 20.0.4I'm tweaking the performance, I'm trying to sol...

Redis [QUESTION] How the RESTORE-ASKING command in cluster is called?

When I look at the cluster source code, I notice there is one function named: void restoreCommand(client *c)the command ...

Redis Delayed execution of a command

Has anyone given delayed execution of a command a thought? i.e. running a command some time in the future?I had few idea...

Redis Timer in Redis Module

Is it possible to send a message out periodically, like a HB, using the timer? The reply does not go out to the redis cl...

Redis [NEW] Add timer command to support execute Lua codes interval

For example:$ redis-cli> timer "local a = 1 + 2" 1000would execute local a = 1 + 2 every 1 second。Some time...

Redis [NEW] Support max throughput in redis-benchmark

Now redis-benchmark has lots of options for measuring Redis throughput.But In some scenarios:- We want to look at Redis ...

Redis Transfer local rdb file to remote redis-server.

hi antirez: Since you've implement "redis-cli --rdb filename" that transfer an RDB dump from remote redis-server ...

Redis [QUESTION] [Redis Module] How to get unsigned long from RedisModuleString?

Discussions link: https://github.com/redis/redis/discussions/10883There is only a method RedisModule_StringToLongLong to...

Redis [CRASH] Redis crashing on running 1200 hmset in pipeline mode

Crash report=== REDIS BUG REPORT START: Cut & paste starting from here ===1:M 08 Jun 2022 11:31:52.892 # Redis 6.2.4...

Redis node.conf cannot generate correctly after cerate cluster

I can start nodes(total six nodes);I run them on cloud servers;then, I execute command : -a "Iwhalecloud@2022redis" \ ...

Redis [BUG] Failover not happening after enabling announce-hostnames & resolve-hostnames in sentinel

Failover not happening once master gets restartedAfter enabling announce-hostnames & resolve-hostnames at first repl...

Redis [NEW] control the bytes of data being written or support alternatives for fsync

The problem/use-case that the feature addressesI'm using the WD SN-850 NVMe SSD, and I find the write performance (YCSB-...

Redis [BUG] Pubsub messages are silently lost in cluster mode

Describe the bugWe have been observing strange behaviour with our AWS Elasticache deployment. We have two Redis nodes - ...

Redis [QUESTION] a lot of stuck clients

I have a lot of entries in my client list with addr=?:0for exampleid=8568423 addr=?:0 fd=15195 name= age=7092720 idle=70...

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 redis 7.0.2 rewrites redis.conf

Have a redis replica of 3 nodesuse latest redis version 7.0.2 on CentOS Stream 8after systemctl restart redis rewrites m...

Redis [CRASH] RedisGraph CRASH report.

I encounter some problems when I tried the RedisGraph. === REDIS BUG REPORT START: Cut & paste starting from here ==...

Redis [CRASH] Redis 6.2.5 calling script - Apple M1 docker - ReJSON

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis Feature Request: LIMIT option for set(ordered set) intersection commands

It could be extremely useful to have LIMIT option for the following commandsZInterStoreSInter/SInterStoreFor convenience...
上一页 下一页
.