Redis Stream - deleted entries still show up in xpending

Message entry id still shows up in xpending after xtrimTo reproduce:write to a streamcreate a consumer groupxreadgroup s...

Redis Related Design and Implementation of Redis ACL

Where can I see the design and implementation documents of Redis ACL?Thank you so much!Comment From: yancz2000Maybe you ...

Redis mass insertion not working

redis-version: 3.0.7I referred to mass insertion and run the command as follow echo -n "*3\r\n$3\r\nSET\r\n$3\r\nke...

Redis Module events for key modifications

IntroMany modules require to have reliable events with regard to keyspace changes.Keyspace notifications perform poorly,...

Redis Is there any possibility to add ability to SUBSCRIBE to pattern shared channels in future ?

Something like SPSUBSCRIBE patternComment From: enjoy-binbinyean, it's possiblefor the record: #8621 says: PSUBSCRIBELOC...

Redis Redis memory usage CLI does not work on cluster

I've posted this at stackoverflow, but got no response. I hope someone here would know the answer...I using the go-redis...

Redis [QUESTION] Blocking commands in MONITOR

Hi,Right now blpop x 0 followed by lpush x 42 shows up in MONITOR as:1685565207.356311 [0 127.0.0.1:44574] "blpop&q...

Redis [DOCS] missing cb signature for RedisModule_RegisterInfoFunc

The docs don't describe the cb signature to pass to RedisModule_RegisterInfoFuncComment From: oranagrai don't see that w...

Redis Redis monitor should support filtering on selected database

Command redis-cli -n 1 monitor breaks a lot of expectations by monitoring all databases, instead of the one specified in...

Redis unknown subcommand issue while running cluster create command in redis.

Hi Team, We are getting issue while creating a cluster, REdis has been installed on six nodes, do we have the way to sol...

Redis How to upgrade fix of redis server

I need to upgrade fix of redis cluster from version 70.4 to 7.0.10. Please kindly help to provide step. Comment From: ca...

Redis [BUG] Hang in SRANDMEMBER call during CoW fork saving

Our application uses Lua EVAL/EVALSHA to do most heavy lifting of logic that requires atomic database changes.During nor...

Redis *** FATAL CONFIG FILE ERROR (Redis 6.2.6) *** Reading the configuration file, at line 1377 >>> 'appenddirname "/var/lib/redis"' Bad directive or wrong number of arguments

Describe the bugLaunching redis using the example redis.conf results in the following error:*** FATAL CONFIG FILE ERROR ...

Redis Please make acl load non-destructive

Current behavior - drop active connections.Need to carefully compare rights and drop only users where rights changed, be...

Redis [CRASH] Redis Docker image 7.0.11 crashes on startup in AWS

Crash report1:C 15 Jun 2023 09:46:03.711 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo1:C 15 Jun 2023 09:46:03.711 # R...

Redis Issues with PostExecUnitJobs and AOF

IntroThe main issue we have is that currently call is in charge of incr/decr of server.in_nested_call (soon to be server...

Redis [BUG] Deadlock with streams on redis 7.2

Describe the bugThe code below causes redis 7.2 to get completely stuck (100% CPU, impossible to connect to the server, ...

Redis Lua supports only 32-bit operations while Redis supports 64-bit ones, maybe we should make them compatible with each other.

The problem/use-case that the feature addressesRedis now is using Lua 5.1 that supports only 32 bits operations, which m...

Redis [CRASH] Background saving didn't start

Crash report1:M 12 Jun 2023 22:18:26.030 * 1 changes in 3600 seconds. Saving...1:M 12 Jun 2023 22:18:26.030 * Background...

Redis [NEW] Add rehashing info to command info

The problem/use-case that the feature addressesI want to integration Redis with ClickHouse https://github.com/ClickHouse...
上一页 下一页
.