Redis I want to use vm , how should i do it ?

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"

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?

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

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

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

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.

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

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

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

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 ?

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

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

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

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]

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

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()

The comment says “freshnodes” are “nodes available minus two (ourself and the node we are sending the message to)”, but ...

Redis General Cluster improvements

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

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

hello community folks, I have a question regarding command rename with AOF. the version of redis is 5.0.from the redis.c...
上一页 下一页
.