Redis [BUG] 03-failover-loop.tcl failed with connection abort

Describe the bug./runtest-cluster --single 03 failed with " Cluster is writable again: Expected error reading "socka0071...

Redis Config redis <redis.conf>

Hi, in the redis configuration, in the container log it tells me this.[ErrorReply: WRONGPASS invalid username-password p...

Redis Feature request: add IDLE to XREADGROUP to vastly simplify consumer logic

Currently redis streams worker groups have to jump through hoops to properly manage unfinished (ie: pending by another c...

Redis RedisModule API for async RM_Call

Today, if calling RM_Call on a blocking command (like blpop or any module command for example that blocks the client), t...

Redis [NEW] Can we add 'count' option to the 'RANDOMKEY' command?

The problem/use-case that the feature addressesI wanted to sample some keys randomly, so I found the command RANDOMKEY, ...

Redis Is not providing a config a good default for a docker image?

As of now, the redis image by default starts redis w/o a config. The maintainers says that that's up to users. I thought...

Redis [NEW] Allow WAIT to block until next fsync

The problem/use-case that the feature addressesThis would make "durability" in ACID possible to implement (at least indi...

Redis [BUG] Continous Overhead Memory Increase

Describe the bugCurrently we are running a calculation which utilizes redis as a cache heavily. We observed a continous ...

Redis 使用make构建出现了报错

Comment From: sundbPlease use English to describe your issue and provide the OS you are using.Comment From: CJM88888When...

Redis ERR unknown command 'cat'

redisReply reply;redisContext c = redisConnect("127.0.0.1", 6379);reply = redisCommand(c, "cat redisMassDataLoader.txt |...

Redis Big integer issue

[21] pry(main)&gt; redis.zadd('feed:home:99', 107243889697683480, 107241582127494398)=&gt; true[22] pry(main)&gt; redis....

Redis [CRASH] <After running a redissearch knn command, redis is down>

Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...

Redis [NEW] Custom Slot Hashing Mechanism

The problem/use-case that the feature addressesCurrently in Redis Cluster mode there are fixed number of slots (16384) a...

Redis How to disable AUTH for a running redis cluster.

Wanted to disable AUTH from running redis cluster without impacting clients.Comment From: hpatro@vishalailani Could you ...

Redis Pub/Sub performance improvement in cluster setup

Present modelThe publisher can publish to any node in a cluster, and the receiving node will broadcast the message to ot...

Redis [QUESTION] [ERR] The source node should not be a cluster node.

i want migrate redis 2.8.19 standalone to redis cluster 6.2.4 using follow command:redis-cli -a 'xxx' --cluster import 1...

Redis [BUG] Redis does not honour the maxmemory parameter

Describe the bugIn replica mode, with read-only set to no, Redis does not honour the maxmemory parameterTo reproduceSetu...

Redis [BUG] big keys can trigger replica buffer overrun/psync loops

Describe the bugWriting a big key which is almost equal or larger than the replica buffer limit size can trigger buffer ...

Redis [BUG] Wrong response in redis-cli after unsubscribing channels and use another command to get data.

Describe the bugI was using redis-cli to communicate with redis-server.First I used UNSUBSCRIBE command to unsubscribe m...

Redis [BUG] CLIENT REPLY OFF|SKIP would disable push notifications

Describe the bugIf client uses client reply off they will not get push notifications.If client uses client reply skip th...
上一页 下一页
.