Nineya
Home
Blog
软著申请
Redis master's memory is 21G but some slave's memory is 12G or 21G
2025-01-16 20:01:30
2112
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
2025-01-16 20:01:19
111648
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
2025-01-16 20:01:14
945
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.
2025-01-16 20:01:11
5704
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
2025-01-16 20:01:08
2967
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
2025-01-16 20:01:06
1447
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
2025-01-16 20:01:03
2137
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?
2025-01-16 20:01:00
934
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?
2025-01-16 20:00:57
8570
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
2025-01-16 20:00:53
6608
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
2025-01-16 20:00:50
7490
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]
2025-01-16 20:00:47
593
Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...
Redis Logs format
2025-01-16 20:00:45
2672
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
2025-01-16 20:00:42
1533
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?
2025-01-16 20:00:40
5788
Should we add an additional data structure to reduce clusterGenNodesDescription() complexity?In our scale-up redis clust...
Redis pipelined WAIT perfomance issue
2025-01-16 20:00:28
1810
I found that pipelined WAIT command have performance issue when trying to get better throughput by pipeline.reproduce:...
Redis [BUG] rdbWriteRaw retval overflow
2025-01-16 20:00:25
1493
Describe the bughttps://github.com/redis/redis/blob/unstable/src/rdb.c#L97rdbWriteRaw input parameter len is type size_t...
Redis Unexpected crash
2025-01-16 20:00:23
21112
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?
2025-01-16 20:00:20
1043
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
2025-01-16 20:00:15
2022
Feature Request -> any entry older than X seconds is evicted from the Redis Stream!I have a bunch of race conditions ...
上一页
下一页
1
…
856
857
858
859
860
…
2246
.