Nineya
Home
Blog
软著申请
Redis Streams feature request: MAXAGE optional argument for XADD
2025-01-16 20:00:12
19503
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"
2025-01-16 20:00:09
5650
The problem/use-case that the feature addressesMany LBS applications may require the pick one function for random recomm...
Redis Streams: XTRIM by streamID
2025-01-16 20:00:06
5719
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
2025-01-16 20:00:04
4816
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(?)
2025-01-16 20:00:01
1118
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
2025-01-16 19:59:58
739
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
2025-01-16 19:59:56
79171
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
2025-01-16 19:59:46
21993
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
2025-01-16 19:59:43
7788
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
2025-01-16 19:59:40
2063
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
2025-01-16 19:59:37
1289
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
2025-01-16 19:59:34
2504
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
2025-01-16 19:59:32
5113
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
2025-01-16 19:59:29
746
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
2025-01-16 19:59:26
12836
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
2025-01-16 19:59:23
7119
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
2025-01-16 19:59:21
654
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
2025-01-16 19:59:18
7185
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?
2025-01-16 19:59:15
18900
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
2025-01-16 19:59:12
344
Hi:Using tracking-table-max-keys,when the limit is reached, Redis will start to evict keys in the invalidation table. Bu...
上一页
下一页
1
…
857
858
859
860
861
…
2246
.