Redis master's memory is 21G but some slave's memory is 12G or 21G

redis version:4.0.14maxmemory_policy:noevictionmaxmemory_human:37.25Gaof_enabled:0Master(21G):Slave(12G):I execute bgsav...

Redis 6.0.4, Redis failing test 50

Redis 6.0.3 and 6.0.4 fail test 50 a successful compile.OS: SUSE SLES12CC: GNU GCC v9.2.0% make test...[50/54 done]: uni...

Redis [QUESTION] repeating subscribe/unsubscribe

Hi,I have a question about the specific server's state which must be affected by the client we action.What I wonder is a...

Redis Set command does not trigger slowlog, even a 500M string.

Hi ,I met a strange question: even set a 500M string, redis doesn't make a slowlog(slowlog threshold 10ms, i even adjust...

Redis Redis sentinel is removing down-after-milliseconds configuration

I start the sentinel with a down-after-milliseconds of 5000 and then it rewrites its configuration file and do not put t...

Redis How to really restart everything that works with redis

I'm running redis with rq to queue tasks from a python dash web app.While developing I figured out that everything works...

Redis Redis Reactive is not working for multiple datasource

I have a use case like using two different regions Redis. Since the Redis is not synced between two different data cente...

Redis [QUESTION]Why the return type of function getTimeZone in util.c is unsigned long?

The timezone value may be negtive. For example, in China, tz.tz_minuteswest * 60UL is -28800.Comment From: madolsonI thi...

Redis Why can Redis only have 124 connections in cygwin64?

I use hiredis to continuously create 3000 connections and monitor the server log,for testing。for(int i = 0; i < 3000;...

Redis Daemonization of Redis 6.0

I updated from Redis 5.0.9 to 6.0.1 by yum and the connection started to be denied. I can register with Systemd by setti...

Redis redis-cli in cluster mode: keys command does not return all keys

Attach to a cluster with reds-cli -c -h redis-1Issues command: "keys *"You will only receive the keys that are stored on...

Redis how to understand redis respone first byte: 116[QUESTION]

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

Redis Logs format

Hi!Could you point me where the logs format is explained?Or could you explain the logs formats and its variations?I'm tr...

Redis [NEW] module api for changing the password hashing algorithm

Problem: 1) We cannot force our users to select strong passwords such as 64 byte hexadecimal strings.2) Not everyone is ...

Redis [NEW] clusterGenNodesDescription can run faster?

Should we add an additional data structure to reduce clusterGenNodesDescription() complexity?In our scale-up redis clust...

Redis pipelined WAIT perfomance issue

I found that pipelined WAIT command have performance issue when trying to get better throughput by pipeline.reproduce:...

Redis [BUG] rdbWriteRaw retval overflow

Describe the bughttps://github.com/redis/redis/blob/unstable/src/rdb.c#L97rdbWriteRaw input parameter len is type size_t...

Redis Unexpected crash

Hi !I had an unexpected crash in production and here, the complete trace : === REDIS BUG REPORT START: Cut & paste s...

Redis Should the SWAPDB command set CLIENT_DIRTY_CAS?

I think step3 should fail, because k=1 in db1, not the original set k 2.The current code handles db->blocking_keys, b...

Redis Feature Request: Time to Live for Redis Stream Entries

Feature Request -> any entry older than X seconds is evicted from the Redis Stream!I have a bunch of race conditions ...
上一页 下一页
.