Redis [BUG] Rounding errors on macOS

Describe the bugThe commands INCRBYFLOAT and HINCRBYFLOAT have rounding errors on macOS but they work as expected on Lin...

Redis Inconsistent slot mapping

Hi:As we used redis cluster this year, at several times we found that the slot mapping from each node could become incon...

Redis [FEATURE] Make redis 7 multi-threaded.

The problem/use-case that the feature addressesNow with computers/servers having LARGE amount of CPU cores, it would be ...

Redis [CRASH] Redis 4.0.11 Sentinel crashed by signal: 11

Crash report=== REDIS BUG REPORT START: Cut & paste starting from here ===3564:X 13 Oct 11:17:46.673 # Redis 4.0.11 ...

Redis [BUG] redis client do not recieve sunsubscribe when slave redis node replicate another master

setup a redis cluster with 3 master serving slots [0-5460], [5461-10922], [10923-16383], called it M1, M2, M3.use redis-...

Redis [QUESTION] Inaccurate info in the README db section

Describe the bugAs I am learning through Redis internals along with reading the source code, I found this emptyDb() remo...

Redis [CRASH] While running the rebalancing command in a cluster mixture of 7.0.8 and 7.2.1

Crash report=== REDIS BUG REPORT START: Cut & paste starting from here ===64949:M 22 Sep 2023 18:45:29.872 # === ASS...

Redis [NEW] Support pubsub subscribe to a Stream with consumer groups

Whether stream consumption supports push mode with a long connection in the future, while the remote consumption with pu...

Redis [NEW] Adding maximum capacity for sorted set / ZADD

Use CaseIn a forum / social media application, there may exist a feature to get the last 100 users who posted a message ...

Redis Add support for 'REPLICAOF NO ONE' in commands.json

The current commands.json doesn't support the special NO ONE argument mentioned in the document.https://github.com/redis...

Redis Internal error in RDB reading function at rdb.c:1546 -> Duplicate keys detected

We were surprised today with the error in the title when trying to sync a new replica to its master. Upon this error, th...

Redis Unexpected reply to PSYNC from master: -Reading from master: Connection timed out

I am running into the following problem when restarting a Master + 2 Slaves after a first successful startup."Unexpected...

Redis [BUG] Inspite of disabling the redis persistance both AOF and RDB, RDB is loading keys of diffrent master leading to keys importing

Inspite of disabling the redis persistance both AOF and RDB, RDB is loading keys of diffrent master leading to keys impo...

Redis [QUESTION] Does Redis delete channels that have no subscribers?

Say a backend process subscribes to channel A. At this point, channel A exists in Redis' memory. Then that process dies,...

Redis ClientClosedError: The client is closed

hey, i'm trying to connect to redis database and then getting this error ClientClosedError: The client is closedI'm runn...

Redis [BUG] redis-cli DUMP add an extra \n that breaks the DUMP

Describe the bugCalling DUMP and RESTORE on redis-cli returns an error To reproduce$ redis-cli set x aOK$ redis-cli DUMP...

Redis Include features to _auto_ add and remove node from cluster on redis-trb or redis-cli (4.2)

As describe here to upgrade a node we have to perform a set of operations over each node and depend on node type that op...

Redis Can redis key space notifications be pushed to the redis stream instead of pub/sub channel?

We have a requirement that we need to get a notification on changes to a Redis data structure. Based on my research I fo...

Redis [QUESTION]

In the project, Jedis 2.9.0 client was used to operate Redis, which includes both regular operations (set, get) and pipe...

Redis [BUG]P otential error handling bugs

While reading the newest codes, I found several suspicious codes that could be potential error handling bugs.I found tha...
上一页 下一页
.