Redis Redis Cluster Create Replicas Bind Public IP

We have 6 redis servers running in ports (8001, 8002, 8003, 8004, 8005, 8006).On the redis.conf of every Redis server we...

Redis Redis Sentinel AUTH Configuration Error for Redis Node

We have some issues on the Redis configuration, we have two servers one with Redis Master configured and the another for...

Redis Replica continuing to persist *.rdb files when repl-diskless-sync yes is set.

Redis version: 5.0.5Configuration: I have a redis master started via docker (no shared volume), with port 6380 exposed. ...

Redis redis6.0 performance vs keydb

hi: Could you give some performance statistic between redis6.0 vs keydb?Comment From: antirezNope, I hate benchmarks,...

Redis ACL algorithm allows you to lock yourself out (and remove all access)

I was playing around with ACLs and noticed that it is possible to remove all access without the possibility to recover -...

Redis write() error log mistake

I startup a redis server, then send a "slaveof" command to turn it to a slave. The rdb file size is about 1GB, while th...

Redis Out of memory error (no persistence, enough RAM)

I get an out of memory error when running redis without persistence as a writable slave on my laptop with 16GB RAM: 119...

Redis redis-cli --help gives incorrect option of -user and -pass

I'm using redis:6.0-rc-buster docker image with sha256:4ade0389cf0ef97d9d313052d6d62d51ee950271bfbb8134f393f112e71b2ea3T...

Redis redis-6.0-rc1 gives incorrect warning when password is provided on command line

Description:redis-rules:> redis-cli --help 2>&1 | grep " Password to use when connecting to the server. ...

Redis Junk response from redis

Hi, We are using a ecommerce website which is Magento base. For caching purpose using redis(v=5.0.5).During processing o...

Redis How to prevent Redis stream memory increases infinitely?

I just realized that the XACK do not auto delete message when only one consumer group exist. I thought that when all co...

Redis scan command cannot return all matched keys?

I used scan command to get all matched keys, but when the cursor equals zero, i found that the number of key did not equ...

Redis redis-check-rdb should parse rdb part by part instead of loafing entire file in memory

If I have a large RDB file, say 20GB, which I want to check using redis-check-rdb then it would require me to have a ser...

Redis Sentinel mode failed

I set up redis-sentinel, 3 nodes, and get a strange situation. One of my physical server restart and sentinel change the...

Redis Three questions when reading evict.c

Related links:1. stack overflow question(asked but nobody answers)2. Antirez's article Random notes on improving the Red...

Redis Optimize the dictRehash function when we resize the dict.

@antirez When we resize the dict ( from a bigger size to a smaller size ), we can calculate the index in the new hash ta...

Redis RM_Call from background thread does not unblock a blocked client

Redis version: 5.0.7Assuming a client does:BLPOP l 60000And then a background thread of some module performs:RM_Lock();R...

Redis redis超时时间设置很长但还是超时

java程序和redis服务都在同一个局域网,redis安装都是默认配置。问题描述:从java代码中设置redis连接超时时间:1. 设置redis连接超时时间1分钟后,java代码部署后运行一段时间后出现超时。2.增加超时时间:设置red...

Redis Redis/sentinel master - slave constantly loses connection

Redis 5.0.7I'm running a single master with 2 slave nodes for redis and 3 sentinel nodes and after a short amount of tim...

Redis Unable to failover: Waiting for votes, but majority still not reached

I have a cluster with the following settings.redis cluster configcluster-enabled yescluster-config-file /etc/redis/nodes...
上一页 下一页
.