Nineya
Home
Blog
软著申请
Redis Is "type == SDS_TYPE_5" redundant here? When initlen == 0, type is always SDS_TYPE_5.
2025-01-16 19:47:47
593
https://github.com/antirez/redis/blob/fdb575993f947425920aadc5a321daf22f0198c3/src/sds.c#L95Comment From: trevor211No, i...
Redis [BUG] redis-check-rdb is broken for module .rdb files with auxiliary
2025-01-16 19:47:44
605
Describe the bugRunning redis-check-rdb on an rdb from a module that includes an auxiliary, returns an error Invalid obj...
Redis [BUG] Disk Based Replication Causing OOM in Master (v6.0.5)
2025-01-16 19:47:41
13244
The Redis master starting the BGSAVE on disk, Within a few mins, the default "client-output-buffer-limit" is reached and...
Redis [BUG] Lua script returning table doesn't return all members.
2025-01-16 19:47:38
4267
Describe the bugWhen trying to return several members with table type from lua script evaluation it returns random (stab...
Redis Dereference of null pointer in the function clusterManagerShowClusterInfo
2025-01-16 19:47:36
838
Hello,We are working on developing static analysis techniques and tools to find critical software bugs. We tested our pr...
Redis [QUESTION] how to auth default user with nopass attr in redis-6.0 acl
2025-01-16 19:47:33
827
Comment From: tomatostrangerI'm experiencing ACL feature in redis-6.0, how can I auth default user with nopass attr, sin...
Redis [QUESTION] redis-benchmark tool vs YCSB
2025-01-16 19:47:30
5941
Hello! I want to benchmark Redis. I wanted to use YCSB as it will allow me to compare Redis with other databases as well...
Redis redis.conf problem
2025-01-16 19:47:27
944
# It is possible for a master to stop accepting writes if there are less than# N replicas connected, having a lag less o...
Redis [NEW] Support ZREMWITHSCORE in Sorted Sets
2025-01-16 19:47:24
2122
The problem/use-case that the feature addressesYou use a sorted set a priority queue. You fetch some elements with ZRANG...
Redis redis cluster node crash
2025-01-16 19:47:21
13588
=== REDIS BUG REPORT START: Cut & paste starting from here ===1:S 22 Feb 03:34:13.820 # Redis 4.0.11 crashed by sign...
Redis Sentinel does not failover a master failover-abort-no-good-slave master
2025-01-16 19:47:19
1459
[3507] 09 Jan 16:59:52.071 # +new-epoch 43[3507] 09 Jan 16:59:52.071 # +try-failover master mymaster-2 127.0.0.1 6379[35...
Redis about update_zmalloc_stat_alloc
2025-01-16 19:47:16
863
#define update_zmalloc_stat_alloc(__n) do { \ size_t _n = (__n); \ if (_n&(sizeof(long)-1)) _n += sizeof(long)...
Redis high mem_fragmentation_ratio
2025-01-16 19:47:13
2585
version: 5.0.2problem: high mem_fragmentation_ratioinfo memory:used_memory_human: 24.69Mused_memory_rss_human: 236.4Mmem...
Redis redis replication doubts with fsync no
2025-01-16 19:47:10
2217
I have a doubt, suppose we are using aof, with fsync policy is no. Means OS will do fsync on file descriptor based on it...
Redis [QUESTION] JedisConnectionException: java.net.SocketException: Broken pipe
2025-01-16 19:47:08
716
Hi,We had an issue about Jedis API writing。Error msg:org.springframework.data.redis.RedisConnectionFailureException: jav...
Redis When dbnum & maxmemory_samples is big, freeMemoryIfNeeded will very slow
2025-01-16 19:47:05
1518
when maxmemory reached, the freeMemoryIfNeeded method will invoke. On condition that maxmemory_policy == "MAXMEMORY_VOLA...
Redis is a bug of showing pid when startup server?
2025-01-16 19:47:00
464
Comment From: trevor211How many instances did you starup?Can you reproduce it again and show the result of ps-ef|grep re...
Redis Unable to reshard slots from one master to another.
2025-01-16 19:46:56
1689
Hi,We are facing issue when we perform reshrad. We serialize key value pair and then insert in the redis cache in our us...
Redis why replication backlog buf append with “PING” cmd
2025-01-16 19:46:52
1209
Comment From: JohnSullyThat's how Redis checks if the replicas are still attached. Any message to the replica goes thro...
Redis Multiple members for ZSCORE command
2025-01-16 19:46:50
3533
One can select only one member at a time from sorted set ZSCORE key member.However, other commands allow to operate on m...
上一页
下一页
1
…
870
871
872
873
874
…
2246
.