Nineya
Home
Blog
软著申请
Redis ASSERTION FAILED networking.c:2749 'c->reply_bytes < SIZE_MAX-(1024*64)' is not true
2025-01-16 17:03:52
19590
Hello,since the last update to 6.0.3 this assertion fails serveral times a day.=== REDIS BUG REPORT START: Cut & pas...
Redis PSYNC2 test sporadic errors.
2025-01-16 17:03:49
11980
This issue serves the purpose of tracking PSYNC2 test sporadic errors, and investigate them in order to fix the test tim...
Redis two redis cluster are merged unexpectedlly
2025-01-16 17:03:46
1373
Hi: i faced a problem about cluster as described following. redis-version: 3.2.12 && 4.0.14. 1. first...
Redis [Feature Request] - single active consumer abstraction
2025-01-16 17:03:44
679
Hello and thank you to the Redis team.This is a feature request to make it easier to implement "single active consumer" ...
Redis sentinel cannot promote initial master back to MASTER mode after failover
2025-01-16 17:03:42
22484
I am running redis in sentinel mode with 1 master node, 2 replica nodes and 3 sentinel nodes. I am running all the nodes...
Redis Cluster: How to remove a machine?
2025-01-16 17:03:39
365
A machine has been hung up, and can not reboot, with two nodes.del-node do not work, after FORGET, the state becomes han...
Redis Redis 6.0.3 "FATAL CONFIG FILE ERROR" when starting Redis with SSL after make install
2025-01-16 17:03:35
180297
Summary of the issueServer is a vanilla Ubuntu 18.04I want to use Redis 6.x.x with TLS as documented here https://redis....
Redis Typical Queue implementation looks missing in redis
2025-01-16 17:03:32
1792
Typical point-to-point (i.e. queue) semantics where e.g. multiple receivers are registered with a single queue and as so...
Redis redis 6.0 doesn't free clients that disconnect during loading
2025-01-16 17:03:30
2578
@antirez In 6.0 you changed readQueryFromClient to call freeClientAsync rather than freeClient (it was for threaded IO)....
Redis [Feature request] PUBSUB ignore channel name's last X chars
2025-01-16 17:03:27
2504
PLEASE add another type of pubsub list to use as an ignore/blacklist so a client can subscribeto a channel pattern like ...
Redis pubsub subscribe event notifications?
2025-01-16 17:03:25
1532
I can't find it in the docs but is there event notifications for subscribe event?to be notified when a user subscribes/u...
Redis [Feature Request] Pubsub ignore specific channel(s)
2025-01-16 17:03:22
818
While subscribed to a channel pattern, please add a way to ignoreone or more specific channels to not receive data on t...
Redis A runtime error caused by invalid-shift-base in source code
2025-01-16 17:03:20
2659
Source code:hash = hash ^ (hash >> 24);ISO standard:The result of E1 << E2 is E1 left-shifted E2 bit positio...
Redis ACL SAVE changes ACL file permissions to world readable
2025-01-16 17:03:18
582
What do I see?When I send an ACL SAVE command the ACL file is written as expected, but during the process gains the worl...
Redis autocomplete ebook missing code / example / output
2025-01-16 17:03:15
808
I recently found your ebook after looking up autocomplete and found thishttps://redislabs.com/ebook/part-2-core-concepts...
Redis Huge CPU load despite idle
2025-01-16 17:03:12
2897
For some reason redis causes a huge server CPU load even though it's idle and I am not sure what is going on.I have 3 re...
Redis Runtime error: signed integer overflow caused by signed-integer-overflow in source code
2025-01-16 17:03:04
2050
Source code:hash = (hash + (hash << 3)) + (hash << 8); // hash * 265dict.c:533:22: runtime error: signed int...
Redis script OOM issue, can we add freeMemoryIfNeeded() back?
2025-01-16 17:03:02
2439
Hello,I see freeMemoryIfNeeded() was removed from scripting.c in the coommit。But now with scripts effects replication e...
Redis Redis 6.0.3 assertion on make test in networking.c: c->reply_bytes < SIZE_MAX-(1024*64)' is not true
2025-01-16 17:03:00
28342
[ok]: XREVRANGE returns the reverse of XRANGELogged warnings (pid 8206):=== REDIS BUG REPORT START: Cut & paste star...
Redis COMMAND information should specify if a command is potentially blocking ?
2025-01-16 17:02:58
950
Just like clients can use COMMAND INFO to find where the keys are for cluster support, I think there should be an info f...
上一页
下一页
1
…
888
889
890
891
892
…
2246
.