Nineya
Home
Blog
软著申请
Redis I want to use vm , how should i do it ?
2025-01-16 20:16:04
1277
I wan to use vm-enable on redis . How should i to that ? Comment From: charsyam@longzhang it is only possible to work...
Redis why this error occurred "Protocol error, got "\xf0" as reply type byte"
2025-01-16 20:16:00
332
I add some functions and don't change base functions.but when i want to use redis-cli for any commands i get this error...
Redis what is the max num of items in list, hset, zrange etc?
2025-01-16 20:15:56
1981
llenhset <- reply integerwhat is the limit of the number of items in zrange, list, hash hset etc?Comment From: oranag...
Redis used_cpu_user keep increasing without traffic
2025-01-16 20:15:54
1854
I setup my redis cluster on top of kubernetes. And the kuberneters's nodes are AWS's EC2. Recently i have been found tha...
Redis [NEW] https://redis.io/commands/hset
2025-01-16 20:15:51
799
we know set has nx, xx, ex, pxat, exat, get and keepttl etccan we add this to hset as well and to all other command?Comm...
Redis [QUESTION] redis-cli --pass option not in warning message
2025-01-16 20:15:48
966
root@16bf0bc5a29e:/data# redis-cli --pass 123456Warning: Using a password with '-a' or '-u' option on the command line i...
Redis Can someone pls update the redis doc command usage on set? it's more complicated and not sure how to properly use it.
2025-01-16 20:15:45
1339
For set :SET key value [EX seconds|PX milliseconds] [NX|XX] [KEEPTTL] [GET]does it mean we hv to doset key value ex 123 ...
Redis [BUG] Redis benchmark can't run when config save not set
2025-01-16 20:15:43
2051
Describe the bugRedis benchmark can't run when config save not set, and throw ERROR: failed to fetch CONFIG from ***host...
Redis [BUG] RedisCluster INCRBY parses key for incrementation value
2025-01-16 20:15:37
570
Describe the bugI've recently experienced that in redis cluster only, the INCRBY probably parses the key to extract the ...
Redis Question about replication backlog
2025-01-16 20:15:35
1299
I have a (maybe silly) question about the replication backlog. When a new empty slave joins and start replication from t...
Redis Active defrag not working on Redis 4.0.3 ?
2025-01-16 20:15:32
7762
Hi there, I'm not finding much documentation on the active defrag settings. I use Redis 4.0.3 as a RAM cache, and fragme...
Redis Display full system path to AOF and RDB file in INFO command output
2025-01-16 20:15:29
716
It would be useful to know where Redis server is saving its aof and rdb file when querying a running server via the INFO...
Redis [BUG] BGSAVE performance order of magnitude slower in Redis 6.2
2025-01-16 20:15:26
88984
Describe the bugRDB save performance experienced a massive degradation for our dataset in 6.2. This week I've been upgra...
Redis redis-cli cluster manager command host resolve behavior is weird
2025-01-16 20:15:23
688
redis-cli cluster manager commands need host args, the host format can be:ip:portip portadd-node first host can be both,...
Redis [QUESTION] Eval lua script from file always get nil value by ARGV[i]
2025-01-16 20:15:20
2637
I have a lua script named simple.lua:local value = ARGV[1]local max = tonumber(value)local num = redis.call('scard', KEY...
Redis [BUG] redis-cli CLIENT UNBLOCK suggestion is incomplete
2025-01-16 20:15:17
449
redis-cli typing suggestion for CLIENT UNBLOCK/CLIENT U shows:CLIENT UNBLOCK [TIMEOUT|ERROR]But it should be:CLIENT UNBL...
Redis [QUESTION]conflict about freshnodes in cluster.c/clusterSendPing()
2025-01-16 20:15:14
354
The comment says “freshnodes” are “nodes available minus two (ourself and the node we are sending the message to)”, but ...
Redis General Cluster improvements
2025-01-16 20:15:12
3522
I know that Redis 4.2 improvements mostly target Redis Cluster. 👍 But I couldn't find exactly what features/fixes are pl...
Redis [QUESTION] confusion about the usage of string2ll and strtoll
2025-01-16 20:15:09
1764
Hi guys,I am learning the redis source code recently and get a little bit confused for the usage of "string2ll" and "str...
Redis [QUESTION] Question regarding command renaming
2025-01-16 20:15:07
2945
hello community folks, I have a question regarding command rename with AOF. the version of redis is 5.0.from the redis.c...
上一页
下一页
1
…
842
843
844
845
846
…
2246
.