Redis XREADGROUP edge case with max streamID

127.0.0.1:6379> FLUSHALLOK127.0.0.1:6379> XGROUP CREATE x g 0 MKSTREAMOK127.0.0.1:6379> XADD x 1844674407370955...

Redis New master fail during failover

After three consecutive failover processes, all redis nodes have become slaves. We observed this in production, and the ...

Redis redis-cli issue with vt220 telnet

I need to connect my company server with VT220 via telnet and redis-cli keeps blacked out as soon as I type the command....

Redis Enhancement request related to documentation of various commands

Section with format and parameter descriptions will aid in better understanding for each of commands listed on webpage: ...

Redis Enhancement request related to command XGROUP DELCONSUMER

Before deleting a consumer, one should reassign its pending messages to other consumers using the XPENDING and XCLAIM co...

Redis Redis Cluster giving authentication error

I had set up Redis cluster with 3 master and 3 slaves and I kept same password to all. When i tried to store a value wit...

Redis Redis 4.0.14 crashed by signal: 11

=== REDIS BUG REPORT START: Cut & paste starting from here ===5060:C 03 Jun 09:34:05.825 # Redis 4.0.14 crashed by s...

Redis Do redis replica nodes need volumes in docker swaram environment?

We have an application in which we are using Redis as a small database.We are using Redis in a master-slave configuratio...

Redis ACL per Database

I was trying to set ACL per database, is that possible? I search the documentation and the code, and I don't found any r...

Redis redis-rdb-bgsave process make cluster falling.

Hi community! I have a redis-cluster running on the stable version of redis-6.0.1. Each node is a virtual machine runnin...

Redis Durable subscription in redis looks missing unlike other middleware

1: Message is published on a topic before subscriber is subscribed to topic mentioned in #2 the message will be looks li...

Redis in Threaded I/O,why not use eventfd to notify in IOThreadMain()

通过eventfd实现的事件通知机制Comment From: xiaozhitabainclude include include include include include include include static int s_...

Redis [redis-6.0.3][redis-cluster] Master create in wrong configuration

I'm migrating to redis cluster and create first master cluster by running command,redis-cli --user admin --pass admin -...

Redis [BUG] redis-cli --csv BGSAVE/LASTSAVE do not return ERROR Message ( out of disk )

I was trying to take database dump using:redis-cli --csv BGSAVECURR_DATE=$(date +%s)while true; do # LASTSAVE returns...

Redis XINFO CONSUMERS does not list consumers that have not processed messages yet

How to reproduce:XGROUP CREATE mystream mygroup $ MKSTREAMXREADGROUP GROUP mygroup myconsumer BLOCK 2000 COUNT 10 STREAM...

Redis Question about dictExpand

https://github.com/antirez/redis/blob/c49fb47fbe0086dc9e44b8ac39128beb7ec1bf3a/src/dict.c#L174I am wondering if call dic...

Redis Module auxiliary data broken when using AOF and aof-use-rdb-preamble set to no

Module auxiliary data isn't written to AOF files when there's no rdb-preamble to the AOF.This means modules can lose the...

Redis CLUSTERDOWN Error

We are seeing CLUSTERDOWN issue like thousands of times, we don't see any reason for this issue related to Redis Client ...

Redis Bug: bitpos searching for 0 after the end returns -1

First bug127.0.0.1:28640> setbit foo 0 1(integer) 0127.0.0.1:28640> bitpos foo 0(integer) 1127.0.0.1:28640> bit...

Redis Either the node already knows other nodes (check with CLUSTER NODES) error message on joining a cluster

Hi,Am trying to add a server to a group of 4 clusters on different servers and one fails with an error when i attempt to...
上一页 下一页
.