Redis Add ability to delete by prefix

Currently you can use del by keys. But what if my add what thousands of thousands of keys? What I would like to do isDEL...

Redis Random Connection refused issue

Version: redis_version:4.0.9, redis-py version = '3.5.3'Platform: What platform / version? (python 3.6.6, Ubuntu 18.04.3...

Redis Bug Report - Server crashed due to ziplist

=== REDIS BUG REPORT START: Cut & paste starting from here ===1846:M 10 Jan 02:25:56.897 # === ASSERTION FAILED ===1...

Redis a question about __ziplistDelete function in ziplist.c

I have a question about __ziplistDelete function as follows: /* When the tail contains more than one entry, w...

Redis Get server version via cli

Is there a way to figure out the running server version using the CLI? With the upcoming release 6.0.6 and the LPOS comm...

Redis Hiredis Windows compatibility patches

Hello (again)!We've been using the native hiredis client from this repo to interface with tporadowski/redis on Windows, ...

Redis Sentinels not electing new Master

I have a very simple Redis Sentinel Setup as Redis 01 - 10.10.12.79 (master)Redis 02 - 10.10.12.80Sentinel 01 - 10.10.12...

Redis bitfield Command Use (uint64_t)-1 << 64,this is undefined behavior

127.0.0.1:6380&gt; bitfield hello set i64 0 -21) (integer) 0127.0.0.1:6380&gt; bitfield hello get i64 01) (integer) -112...

Redis Reserve FD number for a large cluster

Currently, our production system has more than 128 cluster modes, it is more than CONFIG_FDSET_INCR(128) . if we have cl...

Redis Proposal: HELLO DIALECT option to address the recurring "slave" issue

This terminology problem isn't going away any time soon. Ultimately, the main problem can be summarised by the footnote ...

Redis Memory fragmentation rate is abnormal

&emsp;We have a problem that the memory fragmentation rate of redis instance is lower than 1, but the system resources...

Redis Redis 5.0.4 crashed by signal: 11

=== REDIS BUG REPORT START: Cut &amp; paste starting from here ===24734:S 03 Jun 2020 03:32:05.013 # Redis 5.0.4 crashed...

Redis Redis bgsave getting triggered during failovers

We have a 64 node (32 master and 32 slave) Redis cluster setup spawning across 4 hosts ( Each machine 16 core, 48GB), we...

Redis Notification of expire keys is not realtime

When there is a lot of ttl keys in a db-&gt;expires, the expire notificiation of these keys becomes non-real-time due to...

Redis Segfault in 3.2.11

I can reproduce this segfault on different hardware (so it's not a hardware issue).This is happening on a follower.Redis...

Redis reshard/rebalance drop out early

redis_version:5.0.8redis_git_sha1:00000000redis_git_dirty:0redis_build_id:23e68a8e0defcb65redis_mode:clusteros:Linux 4.1...

Redis Redis 6.0.5 crashed by signal: 11

Hello, I'm testing client side caching with this kind of command:cnx.execute_command(&quot;CLIENT&quot;, &quot;TRACKING&...

Redis Redis Sentinel node doesn't discover slave node for redis cluster that result in failover failed

My redis cluster situationOne MasterOne SlaveThree sentinel Runtime: k8s clusterI use the statefulsets to deploy redis i...

Redis my redis auto reboot

my redis auto rebootstart command:docker run --name=redis -d --restart=always -p 7002:6379 redis:6.0-rcCentOS Linux rele...

Redis cluster resharding too slow

Hi Community,We have a 7 master nodes cluster. Each node holds close to 28GB maxmemory and runs on 4 cpu ubuntu azure vm...
上一页 下一页
.