Nineya
Home
Blog
软著申请
Redis redis-cli --cluster del-node should not shutdown the node
2025-01-16 20:18:11
1377
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
2025-01-16 20:18:08
637
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
2025-01-16 20:18:05
155
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
2025-01-16 20:18:02
1063
[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
2025-01-16 20:17:59
1099
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
2025-01-16 20:17:56
3208
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
2025-01-16 20:17:53
1926
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
2025-01-16 20:17:50
2267
Would be great to allow wildcards in include config directive, like include /etc/redis/conf.d/*.confComment From: sambo7...
Redis [BUG] READONLY You can't write against a read only slave", cloud you please help on this error ,is it possible to occur when we restart redis-server or restarting App server or restarting database server kindly tell me the steps to reproduce this in my local system
2025-01-16 20:17:48
566
Describe the bugA short description of the bug.To reproduceSteps to reproduce the behavior and/or a minimal code sample....
Redis I can not add a node to the cluster redis 6.0.6
2025-01-16 20:17:45
18647
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)
2025-01-16 20:17:42
5186
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]
2025-01-16 20:17:39
1824
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
2025-01-16 20:17:36
846
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
2025-01-16 20:17:33
2956
MGET key [key ...] <- 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
2025-01-16 20:17:31
7117
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
2025-01-16 20:17:28
3030
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?
2025-01-16 20:17:23
2752
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
2025-01-16 20:17:20
1649
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
2025-01-16 20:17:17
17169
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]
2025-01-16 20:17:10
1649
Describe the bugI have 2 redis and 3 sentinels. Sometimes when master down, sentinels vote to elect a leader, and a lead...
上一页
下一页
1
…
840
841
842
843
844
…
2246
.