Redis Streams feature request: MAXAGE optional argument for XADD

We have been evaluating the STREAMS branch of redis, and are very pleased with its behaviour. It fulfils a really import...

Redis GEO limit option for "pick one"

The problem/use-case that the feature addressesMany LBS applications may require the pick one function for random recomm...

Redis Streams: XTRIM by streamID

it could be nice if XTRIM had a mode in which it trims all entries with ID < minimal-wanted-id... for example:127.0.0...

Redis [BUG] Duplicate invalidation message when turning tracking with BCAST option on with and without prefixes

Describe the bugWhen turning tracking on with the bcast option, one time without any prefixes specified, and then again ...

Redis CLIENT PAUSE should not pause handling INFO(?)

The docs say:Pause the clients using CLIENT PAUSEWait a few seconds to make sure the replicas processed the latest repli...

Redis redis 6.0.9 sentinel 检测不到slave从库 slaves=0

master info :# Replicationrole:masterconnected_slaves:2slave0:ip=127.0.0.1,port=6380,state=online,offset=3668,lag=1slav...

Redis [BUG] [6.0.9] RDB generated from cluster replica is intermittently invalid, crashes redis-check-rdb or redis-server if used

Describe the bugWe have a 17 node cluster in AWS that we recently migrated from redis 5.something to 6.0.9. Old nodes we...

Redis Feature request, zrevrangebyscore with STORE option

Hi, I'm making a webapp that makes intensive use of sorted sets. Many times I need to intersect subranges of sets so I u...

Redis [BUG] MacBookPro Big Sur 11.1 Apple Silicon M1

Describe the buginstalled redis from homebrew 56768:C 06 Jan 2021 11:22:29.492 # oO0OoO0OoO0Oo Redis is starting oO0OoO0...

Redis Unused definitions in Redis code

Hi! I've recently used some tool to check redis code (unstable branch, newest version from github) and find that there a...

Redis [BUG] RESP3 map reply in scripts have key and value inverted

Describe the bug...To reproduce$ redis-cli -3 -h hosthost:6379> eval 'redis.setresp(3); return { map={hello="wor...

Redis Client side caching: new developments pending

This is a list of things I'm changing in CSC:Try to rewrite the code to track keys instead of hash slots as per suggesti...

Redis Implement HGETSET

We already have GETSET operating on normal keys, however there is no equivalent for hashes, even if hash fields also sup...

Redis Feature request: HSETNX and HSET add timeout

The problem/use-case that the feature addressesI use hash to lock, the current popular lock is set instead of hset, beca...

Redis cluster backup Aborted

environment[root@localhost ~]# redis-cli versionCould not connect to Redis at 127.0.0.1:6379: Connection refused[root@lo...

Redis [BUG] 6.0.9 Crashed in createPidFile

39693:M 30 Dec 2020 13:18:39.574 # Redis 6.0.9 crashed by signal: 11, si_code: 239693:M 30 Dec 2020 13:18:39.574 # Crash...

Redis Redis replication problem

Update slave's Reploff to repl_master_initial_OFFSET after asynchronous reading of RDBRepl_master_initial_offset is a gl...

Redis [BUG] redis 3.2 crash on startup loading from AOF

Describe the bugredis can not start up, with beflow info:=== REDIS BUG REPORT END. Make sure to include from START to EN...

Redis [Client Side Cashing] Communicate hashed keys, do we really need it?

The upcoming CSC suggest the invalidation message sent from the server to the client will contain s hash value of the in...

Redis client tracking evict keys, but does not send message to clients

Hi:Using tracking-table-max-keys,when the limit is reached, Redis will start to evict keys in the invalidation table. Bu...
上一页 下一页
.