Nineya
Home
Blog
软著申请
Redis XREADGROUP edge case with max streamID
2025-01-16 17:05:09
1182
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
2025-01-16 17:05:06
21598
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
2025-01-16 17:05:04
904
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
2025-01-16 17:05:01
1312
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
2025-01-16 17:04:58
387
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
2025-01-16 17:04:56
1087
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
2025-01-16 17:04:53
58349
=== 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?
2025-01-16 17:04:50
796
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
2025-01-16 17:04:48
486
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.
2025-01-16 17:04:22
5853
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
2025-01-16 17:04:20
2506
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()
2025-01-16 17:04:17
6775
通过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
2025-01-16 17:04:14
2619
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 )
2025-01-16 17:04:11
1232
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
2025-01-16 17:04:09
1559
How to reproduce:XGROUP CREATE mystream mygroup $ MKSTREAMXREADGROUP GROUP mygroup myconsumer BLOCK 2000 COUNT 10 STREAM...
Redis Question about dictExpand
2025-01-16 17:04:06
1429
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
2025-01-16 17:04:03
1125
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
2025-01-16 17:04:00
667
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
2025-01-16 17:03:58
4844
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
2025-01-16 17:03:55
1748
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...
上一页
下一页
1
…
887
888
889
890
891
…
2246
.