Redis [QUESTION] Can I execute "bitfield key set u8 4294967295 1"?

I use Redis 6.2.4, and when I execute "setbit key 4294967296 1", it reports an error. but when I execute "bitfield key s...

Redis [BUG] EVAL returning undocumented results

Describe the bugAfter a period of time, the 'eval' command will stop functioning correctly. Examples.redis.call('exists'...

Redis Is redis separate from get and set

Hello,everyone,I am a beginner of redis come from China,I have a question about redis hash data structure:condition one:...

Redis Curious, why "set" command returns "OK" and not "true"?

Curious, why "set" command returns "OK" and not "true"?boolean is 1 byte and OK is 2 bytesif complete rewritten, will re...

Redis [QUESTION] used_memory_peak_perc always reach 100%

Hello Redis folks!I deployed Redis Cluster on 3 nodes, each node has 2 Redis instances. When I check the memory usage on...

Redis deploy redis-cluster(6.0.0) with statefulset in k8s-3master results an error /var/lib/redis/nodes.conf is already used

redisl-cluster:6.0.0kubernetes version: v1.17.4Environment:three physical machine. k8s has three master nodes and three ...

Redis On Linux new connections go through an accept() and two fcntl() calls to set a socket as non-blocking

On Linux we could use the non-portable accept4() with a SOCK_NONBLOCK option to do this with one system call (accept4) ...

Redis Build fails with "multiple target patterns"

I try to build Redis on a HPC cluster with a module system and get the following error. I do not have superuser rights a...

Redis [NEW] redisgraph docker image for M1 macs

The official docker hub image is perfect for non M1 chips, but can't be used with the new M1 chips.Description of the fe...

Redis [CRASH] - Unknown issues with Redis Sentinel & RedisTimeSeries

Hi, I am encountering this crash with one of our Redis nodes that use RedisTimeSeries (1.4.9). One node is primary and t...

Redis Redis starts in sentinel mode if the directory it was started from contains the string redis-sentinel

Describe the bugredis启动命令的目录如果存在sentinel关键字,redis-server启动将会变为sentinel模式,而不是通过增加--sentienl关键字来控制If the sentinel keyword ...

Redis After downloading the redis source code, where do you start up and running, and how do you debug the source code? Thank you!

Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...

Redis memory leak in redis-cli lua debugger when calling 'restart'

Our code analyzer has reported a memory leak in repl function of redis-cli.c#L1317 } else if (strcasecmp(...

Redis [QUESTION]how to reduce the network consume of gossip ?

I found that the gossip always bring a lot of network consumes, is anyway to modify it?like, do it in multi-raft way, sp...

Redis [BUG?] createStringObjectFromLongLongWithOptions in object.c may have a bug

Describe the bugIn this functionrobj *createStringObjectFromLongLongWithOptions(long long value, int valueobj) { robj...

Redis A trial problem In branch 3.0 ziplist.c 153 lines ?

In branch 3.0 ziplist.c 153 lines“ if (ZIPLIST_LENGTH(zl) < UINT16_MAX)”should it be " if (intrev16ifbe(ZIPLIST_LENGT...

Redis redis-cli --help should not output to stderr and return failing exit status

Using redis 5.0.0redis-cli --help currently outputs all information on stderr and return 1 as exit status."All" other CL...

Redis [QUESTION] Fragmentation change differently between writing hash and writing string

ContextTwo Redis clusters with same hardware and de-fragmentation configuration: activedefrag yes active-defrag-th...

Redis [BUG] ZRANDMEMBER … 1 returns invalid score

Describe the bugZRANDMEMBER returns an invalid score when requesting a COUNT of 1. Increasing the count to 2 lets the bu...

Redis [QUESTION]Why does the redis-benchmark test dbsize not increase?

Comment From: yossigo@904648702 I'm not sure I understand what you're asking, can you please elaborate?Comment From: mad...
上一页 下一页
.