Nineya
Home
Blog
软著申请
Redis [BUG] Rounding errors on macOS
2025-01-17 02:31:20
734
Describe the bugThe commands INCRBYFLOAT and HINCRBYFLOAT have rounding errors on macOS but they work as expected on Lin...
Redis Inconsistent slot mapping
2025-01-17 02:31:16
7728
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.
2025-01-17 02:31:13
1365
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
2025-01-17 02:31:10
7653
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
2025-01-17 02:31:08
790
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
2025-01-17 02:31:06
797
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
2025-01-17 02:31:03
16477
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
2025-01-17 02:31:00
7940
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
2025-01-17 02:30:57
16625
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
2025-01-17 02:30:53
2804
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
2025-01-17 02:30:49
1360
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
2025-01-17 02:30:41
8983
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
2025-01-17 02:30:37
3787
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?
2025-01-17 02:30:34
877
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
2025-01-17 02:30:31
1161
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
2025-01-17 02:30:28
387
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)
2025-01-17 02:30:26
1745
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?
2025-01-17 02:30:23
17073
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]
2025-01-17 02:30:20
475
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
2025-01-17 02:30:17
717
While reading the newest codes, I found several suspicious codes that could be potential error handling bugs.I found tha...
上一页
下一页
1
…
757
758
759
760
761
…
2246
.