Redis redis-cli --cluster del-node should not shutdown the node

Hi,Is there a good reason why redis-cli --cluster del-node shutdowns the now-deleted node?If not, I think it should be e...

Redis redis-cli default typeahead text has one too many 'arg' placeholders

If there is a command in redisCommandTable that has no corresponding entry in src/help.h, redis-cli displays as helpful ...

Redis redis-cli -3 doesn't play nice with --raw and --csv

On v6RC1, when calling the COMMAND command for example:$ redis-cli -3 --csv commandUnknown reply type: 10$ redis-cli -3 ...

Redis redis-cli missing help for cluster commands

[root@test2 ~]# redis-cli -p 17000127.0.0.1:17000> cluster nodesc7836967fdcb8ffc949d839354de0286fe633c6a 10.11.14.23:...

Redis redis-cli CONFIG SET timeout N not sticking after reboot

We have recently introduced Redis into our solution and are running into an odd problem. We have updated the timeout set...

Redis Some confusions on sdshdr5 & sdshdr8 on key/value actual memory usage and MEMORY USAGE command

I did some investigation on Redis source code 4.0 while I was doing my job. Something about sdshdr5 and sdshdr8 storage ...

Redis [NEW] include directory to redis.conf

The problem/use-case that the feature addressesI think redis.conf should have an option to read configs from a directory...

Redis Allow windcard in include

Would be great to allow wildcards in include config directive, like include /etc/redis/conf.d/*.confComment From: sambo7...

Redis I can not add a node to the cluster redis 6.0.6

Hi!Try cluster reset hard on new nodes, no success.After power outage instance is also lost and cannot work Ports client...

Redis confused return value type(ZPOPMAX/ZPOPMIN--ZRANGE)

Why are two types of return values used here?The meaning of the data they output seems to be the same(array member+score...

Redis redis cluster nodes is reporting wrong self ip address[QUESTION]

in the /etc/redis/redis.conf i have it bind to the enp1s0f1 interface like so in the 3 nodesbind 172.19.101.2xi then cre...

Redis make test failed on SLES

60 seconds - unit/aofrw 35 seconds - unit/hyperloglog 64 seconds - integration/replication-3 67 seconds - integration...

Redis MGET key [key ...] <- what's the limit to number of keys? pls put this into the doc

MGET key [key ...] &lt;- what's the limit to number of keys? pls put this into the docthxComment From: oranagrathe only ...

Redis redis-server crashed after migration from old macbook air to M1 MBA

19063:C 13 Jun 2021 21:43:54.576 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo19063:C 13 Jun 2021 21:43:54.576 # Redis...

Redis Redis sentinel node can not sync after failover

We have setup Redis with sentinel high availability using 3 nodes. Suppose fist node is master, when we reboot first nod...

Redis Is it possible to apply a no-eviction policy to only the keys belonging to a specific hash?

I have a caching solution set up where I would like to set the eviction policy of a particular hash to be "noeviction" a...

Redis REWRITEAOF

Add a command to rewrite an optimized version of the AOF but NOT in the background. This makes sense when a server is st...

Redis [BUG] Redis version 6.2.4 stores data data loss

Describe the bugThe use of Redis version V6.2.4, Docker mirror, in the use of data storage and read and write data resul...

Redis Sentinel failover aborted - failover-abort-not-elected error[BUG]

Describe the bugI have 2 redis and 3 sentinels. Sometimes when master down, sentinels vote to elect a leader, and a lead...
上一页 下一页
.