Redis Redis cluster should support announce-ip & announce-port

We're running into problems when trying to run redis cluster from docker on different hosts. Dockerized redis node adver...

Redis [BUG] make test fails on Ubuntu 18.04 (tests/unit/networking.tcl)

Describe the bugmake test fails on Ubuntu 18.04 with error:*** [err]: CONFIG SET bind address in tests/unit/networking.t...

Redis [QUESTION] Is there any solution to remove messages from redis stream 1 by 1 from backend & frontend while maxmemory reached

We are using redis stream in our application. we have 2 docker service for the same. Service1(Java) publishing data to s...

Redis Redis is trying to write to /var/spool/cron

We are experiencing really weired behavior of Redis server, which is randomly appearing (at least it looks like that). W...

Redis [CRASH]The psync command will crash redis

Hello, When I fuzzed the redis server, I found these command will crash redis. Just like: psync ldecl1 kfailoverset key...

Redis Is it possible that if a client crashes while writing objects to redis , then there will be partial values stored ?

Spring boot application with following redis template RedisTemplate<String, String> template = new RedisTemplate&l...

Redis [QUESTION]how to drift vip

Is there an official method to drift VIP for high available architecture?(1 master ,2 slaves, 3 sentinels)Comment From: ...

Redis [BUG] GEOSEARCHSTORE shows error when using WITHDIST, WITHHASH or WITHCOORD

Describe the bugGEOSEARCHSTORE includes the following arguments according to redis.io:[WITHCOORD] [WITHDIST] [WITHHASH] ...

Redis Compile failed because of linking to libatomic.so on aarch64

Linking libatomic.so is required only for 32-bit ARMR operating systems,but redundant on 64-bit systems. If libatomic.s...

Redis [QUESTION]Is there any solution to populate data into to the Redis from external database

What do you want to achieve?While bringing up redis instances data should be populated from the external Database.So aft...

Redis [QUESTION]debug msg when a node get a meet packet, PING OR PONG?

i am using redis-6.2.1 nowhere is the log msg when a node recive a ping/meet/pong msg serverLog(LL_DEBUG,"%s...

Redis Redis 5.0.3 crashed by signal: 7

=== REDIS BUG REPORT START: Cut & paste starting from here ===5708:M 23 Apr 2021 13:17:07.341 # Redis 5.0.3 crashed ...

Redis [PROPOSAL] Switch Lua's cjson to the OpenResty fork

The original mpx/cjson repository is inactive, whereas openresty/lua-cjson is being actively maintained.While I'm unawar...

Redis Pinning Redis node to a specific CPU core for performance

We have a Redis cluster setup with 3 Redis nodes running on a 4 core machine. We use these Redis nodes for a queueing so...

Redis [NEW]Stream length add range support

The problem/use-case that the feature addressesNow, when I wanna get how many messages by a message id range, I had to ...

Redis [Feature] Distinguish between update and insert events

The problem/use-case that the feature addressesDistinguish between update and insert events Description of the featureWe...

Redis [Feature] transaction variables

The problem/use-case that the feature addressesDoes Redis, inside a pipeline, allow a command to use values from a previ...

Redis [BUG] A potential use after free bug in clusterCron

Describe the bugFile: src/cluster.cIn function clusterCron, node->link is freed by freeClusterLink(node->link) at ...

Redis Documentation / Issue on BLPOP Performance with Multiple Keys

I recently did an experiment with REDIS to test it out as a queuing system. I modeled each queue as a list and setup a ...

Redis [BUG] A use after free bug in replicationCron

Describe the bugFile: src/replication.cIn function replicationCron(), slave is freed by freeClient(slave) at line 3,404...
上一页 下一页
.