Redis zrangebylex misses items if their score is changed

Notice that my zrangebylex is losing track of "abc" depending on what the score is.Starting off at 1, then changing to 0...

Redis Please clarify Source Available License

Problem: we wanted to use Redis [Labs] for our Database because we think the modules are cool, but we wound up having to...

Redis Command "info" return only 1 row for redis 5.0.7

on Centos 7 redis 5.0.7.and this happen by chance.Could you please check?ThanksComment From: antirezHello, it seems like...

Redis [RESOLVED] Redis Slave sync ERROR after reboot Master

I can't get Redis to work as I want it to.I have configured two Servers, a MASTER (10.0.2.15) and a SLAVE (10.0.2.7)My c...

Redis Weird output of acl list when excluding the slow category

Example:127.0.0.1:6379> acl list1) "user default on nopass ~* +@all"127.0.0.1:6379> acl setuser test on ...

Redis pfmerge performance degradation 3.x vs 4.x

After moving from 3.x to 4.x we see the time taken for pfmerge increases from 32 ms to 170 ms, wondering if this could b...

Redis Will redis intset upgrade have memory overflow?

Hello, I am reading redis source code. When I read insert upgrade, I found that it was upgrade to expand memory backward...

Redis multiple MULT/EXEC cause warning log happen in slave

Version: redis-5.0.7 but it is seen in unstable branch as well.implement redis command "cmda" via redismodule liba.so.im...

Redis What if not fsync node.conf when update slots config ?

I migrate some slots in a huge redis cluster(500M*500S) for balance redis node load. As a pure memory cache & to sav...

Redis Enhancement: Consider adding ACL User to Monitor

What are your thoughts about adding the ACL user to monitor @antirezI think this information may be useful for those deb...

Redis Lua set question when using min-slaves-to-write configure.

I use Redis 4.0.10 and find something wrong when using Lua script.using the following steps:set the configure with "min-...

Redis Zinterstore with Infinity score and weights are not consistent

After zadding the following :zadd k1 Inf mzadd k2 -Inf mThe Infinity calculations are not consistent in zinterstore.zuni...

Redis Redis SSL support

HQ for ideas / proposals / code about Redis and SSL support.Comment From: bbroerman30I'll be looking over the code I wro...

Redis AtomicIncr(used_memory,__n);

i want to know why line 4 not "AtomicIncr(used_memory, _n); \", why actomic add "__n", thanks!1 #define update_zmallo...

Redis Weird Behaviour Using Sentinel for Managing Big Size of Master Instances

Hello, everyone, currently in our testing environment, we have 3 sentinels managing 1000 master Redis container instance...

Redis redis5.0.4 chained slaves inconsistency problem

meet an inconsistency problem.redis version 5.0.4master A → B slaveof A → C slaveof Bnow ,commonds cannot sync fro...

Redis Redis 3.2.13 crash when save rdb or rewrite aof

=== REDIS BUG REPORT START: Cut & paste starting from here ===30099:C 18 Jan 03:05:22.569 # Redis 3.2.13 crashed by ...

Redis Why use == for double ?

In skiplist implentation part, I see the code x->level[i].forward->score == score, why do this ? I think it is b...

Redis Stream and consumer groups automatically delete the message after received XACK

Hi,With redis 5.0.5, Use the stream and consumer groups. Implementation messages are consumed by all consumer groups.I w...

Redis BGSAVE crashs

Hello Antirez,I've faced to a problem with my dump file.When I migrate my redis server with move my rdb file to another ...
上一页 下一页
.