Nineya
Home
Blog
软著申请
Redis [QUESTION] Can I execute "bitfield key set u8 4294967295 1"?
2025-01-16 20:22:44
1855
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
2025-01-16 20:22:42
18188
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
2025-01-16 20:22:39
4288
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"?
2025-01-16 20:22:36
1873
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%
2025-01-16 20:22:33
799
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
2025-01-16 20:22:30
1045
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
2025-01-16 20:22:28
468
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"
2025-01-16 20:22:26
1653
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
2025-01-16 20:22:23
472
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
2025-01-16 20:22:18
40068
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
2025-01-16 20:22:15
3636
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!
2025-01-16 20:22:07
1844
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'
2025-01-16 20:22:04
1199
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 ?
2025-01-16 20:22:01
790
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
2025-01-16 20:21:58
2017
Describe the bugIn this functionrobj *createStringObjectFromLongLongWithOptions(long long value, int valueobj) { robj...
Redis A trial problem In branch 3.0 ziplist.c 153 lines ?
2025-01-16 20:21:56
826
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
2025-01-16 20:21:53
346
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
2025-01-16 20:21:50
13831
ContextTwo Redis clusters with same hardware and de-fragmentation configuration: activedefrag yes active-defrag-th...
Redis [BUG] ZRANDMEMBER … 1 returns invalid score
2025-01-16 20:21:21
7067
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?
2025-01-16 20:21:18
593
Comment From: yossigo@904648702 I'm not sure I understand what you're asking, can you please elaborate?Comment From: mad...
上一页
下一页
1
…
836
837
838
839
840
…
2246
.