Redis Is "type == SDS_TYPE_5" redundant here? When initlen == 0, type is always SDS_TYPE_5.

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

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)

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.

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

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

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

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

# 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

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

=== 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

[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

#define update_zmalloc_stat_alloc(__n) do { \ size_t _n = (__n); \ if (_n&(sizeof(long)-1)) _n += sizeof(long)...

Redis high mem_fragmentation_ratio

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

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

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

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?

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.

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

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

One can select only one member at a time from sorted set ZSCORE key member.However, other commands allow to operate on m...
上一页 下一页
.