Redis [QUESTION]Can redis slots migrate impact clients write and read operater

Hi I make a redis cluster 5.0.8 recently, when I migrate one slot manually through url, migrated slot is migrating or im...

Redis [BUG] WATCH ignores keys which has expired

Currently, WATCH in a multi-exec transaction will ignore expired keys. So if a key that was previously being watched is ...

Redis Bind failure on system which does not support IPv6 at all

https://github.com/cloudius-systems/osv/issues/865 reports Redis 3.2.8 not start up properly on the OSv operating system...

Redis [NEW] Add BLPOPMANY and BRPOPMANY to Lists

Hi, I have Redis-backed MQ and my goal is to process many list nodes at once. Now it's not possible with redis, because ...

Redis [BUG] redis-benchmark non clustered benchmark forces always the same hash tag {tag} which makes proxy setups to be limited by standalone performance

Describe the bugGiven that on redis-benchmark we only replace the tag placeholder ":{tag}" when the --cluster flag is pa...

Redis Buffer overflow hits from Fortify scan of Redis 3.2.12

Hi, we have an organization requirement to run Fortify against all the code of our service including 3rd party software ...

Redis Possible double fclose

Hi,reported two places might invoke twice of fclose, aof.c#L1211 and rdb.c#L1008,they are similar as followed: if (fc...

Redis Default persistence configuration reset when server launched with configuration directives arguments

This issue was raised at: https://stackoverflow.com/questions/47987538/redis-protected-mode-no-not-persistent-data-on-di...

Redis New command request: LPOPRPUSH, BLPOPRPUSH (for symmetry)

Redis has:- RPOPLPUSH- BRPOPLPUSHIt would be nice to have their "opposites" for symmetry:- LPOPRPUSH- BLPOPRPUSHThis wou...

Redis Handle streams in module API

Add REDISMODULE_KEYTYPE_STREAMEdit RM_KeyType and RM_ValueLength to handle a stream keyComment From: madolsonI'm going t...

Redis Stream: Inconsistency between master and replica some XREADGROUP case

XREADGROUP auto-creates the consumer inside the consumer group the first time it saw it.When XREADGROUP is being used wi...

Redis To support TTL parameter in GETSET command as well as in SET command

SET command supports EX and PX parameters to configure the key TTL. (http://redis.io/commands/SET)It would be nice if th...

Redis Streams feature request: XADD support NOMKSTREAM

Enhance streams to support readers that might be interested in the entries in a stream, otherwise producers efficiently ...

Redis Sentinel should support ACLs

In order to restrict redis-sentinel access to specific clients, redis-sentinel supports the requirepass configuration pa...

Redis Max password limit

Password is longer than CONFIG_AUTHPASS_MAX_LENFailed to start LSB: start and stop redis_6379.redis_6379.service: Unit e...

Redis Cluster does not respond to "get" commands when slot coverage is required and one shard goes down

I created a 3 shard cluster with 1 replica per shard using "--cluster-enabled yes --cluster-require-full-coverage yes". ...

Redis redundant codes of replicationFeedSlaves

Redis will check its replication backlog and clients list in function replicationFeedSlaves when it feed slaves. But it ...

Redis COMMAND INFO BLPOP BRPOP

Why COMMAND INFO for BLPOP differs from BRPOP? Which one is correct?127.0.0.1:6379> command info blpop brpop1) 1) &qu...

Redis redis-benchmark cannot work on Redis Cluster

When I use redis-benchmark to fire requests to a master node of the cluster, only partial records can be correctly saved...

Redis command config set masterauth, the slave connection does not try to auth master

@mattsta @badboy by using config set masterauth in redis, we can change the masterauth passwordhowever it seems that the...
上一页 下一页
.