Nineya
Home
Blog
软著申请
Redis [QUESTION]Can redis slots migrate impact clients write and read operater
2025-01-16 19:51:38
683
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
2025-01-16 19:51:35
914
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
2025-01-16 19:51:32
6593
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
2025-01-16 19:51:30
1531
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
2025-01-16 19:51:27
764
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
2025-01-16 19:51:23
2481
Hi, we have an organization requirement to run Fortify against all the code of our service including 3rd party software ...
Redis Possible double fclose
2025-01-16 19:51:17
515
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
2025-01-16 19:51:15
2020
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)
2025-01-16 19:51:12
9302
Redis has:- RPOPLPUSH- BRPOPLPUSHIt would be nice to have their "opposites" for symmetry:- LPOPRPUSH- BLPOPRPUSHThis wou...
Redis Handle streams in module API
2025-01-16 19:51:09
352
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
2025-01-16 19:51:06
3174
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
2025-01-16 19:51:03
4623
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
2025-01-16 19:51:00
1991
Enhance streams to support readers that might be interested in the entries in a stream, otherwise producers efficiently ...
Redis Sentinel should support ACLs
2025-01-16 19:50:57
1703
In order to restrict redis-sentinel access to specific clients, redis-sentinel supports the requirepass configuration pa...
Redis Max password limit
2025-01-16 19:50:54
1005
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
2025-01-16 19:50:51
1197
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
2025-01-16 19:50:48
785
Redis will check its replication backlog and clients list in function replicationFeedSlaves when it feed slaves. But it ...
Redis COMMAND INFO BLPOP BRPOP
2025-01-16 19:50:46
676
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
2025-01-16 19:50:42
4913
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
2025-01-16 19:50:39
2005
@mattsta @badboy by using config set masterauth in redis, we can change the masterauth passwordhowever it seems that the...
上一页
下一页
1
…
866
867
868
869
870
…
2246
.