Redis ASSERTION FAILED networking.c:2749 'c->reply_bytes < SIZE_MAX-(1024*64)' is not true

Hello,since the last update to 6.0.3 this assertion fails serveral times a day.=== REDIS BUG REPORT START: Cut &amp; pas...

Redis PSYNC2 test sporadic errors.

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

Hi: i faced a problem about cluster as described following. redis-version: 3.2.12 &amp;&amp; 4.0.14. 1. first...

Redis [Feature Request] - single active consumer abstraction

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

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?

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

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

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

@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

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?

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)

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

Source code:hash = hash ^ (hash &gt;&gt; 24);ISO standard:The result of E1 &lt;&lt; E2 is E1 left-shifted E2 bit positio...

Redis ACL SAVE changes ACL file permissions to world readable

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

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

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

Source code:hash = (hash + (hash &lt;&lt; 3)) + (hash &lt;&lt; 8); // hash * 265dict.c:533:22: runtime error: signed int...

Redis script OOM issue, can we add freeMemoryIfNeeded() back?

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

[ok]: XREVRANGE returns the reverse of XRANGELogged warnings (pid 8206):=== REDIS BUG REPORT START: Cut &amp; paste star...

Redis COMMAND information should specify if a command is potentially blocking ?

Just like clients can use COMMAND INFO to find where the keys are for cluster support, I think there should be an info f...
上一页 下一页
.