Redis Sometimes, MOVED error occurs during slot migration

Hi.I had this problem during online resharding, so share it.We are using a redis cluster and the version is using 4.0.10...

Redis [QUESTION]Redis cluster can provide strong consistency in certain condition.

For example, If each master has a slave and users execute wait 1 0 after every command. Am I right?Comment From: madolso...

Redis [QUESTION] Implementation of REDIS JSON and WATCH/MULTI/EXEC on AWS memory DB

HI ,we have an application with high velocity transactions in bursts, to ensure that RACE condition is controlled , we i...

Redis Retain a down primary's slot info after automatic fail over

The problem/use-case that the feature addressesToday when running an HA Redis cluster, if the machine on which a primary...

Redis [BUG?] redis-cli reshard error in 6.2.4 when cluster-allow-replica-migration is yes

We have a redis cluster for 6.2.4 version and cluster-allow-replica-migration is set to yes (default)when use redis-c...

Redis [QUESTION] Does hset multiple field/value pairs atomicity (all or nothing)

Hi guys,I am using Lua script to execute the logic as a transaction. But Lua script can fail in the middle and do not su...

Redis [QUESTION] ACLs does not stay sync with requirepass

Hi guys, I noticed that requirepass and ACLs' password does not stay sync with each other, which means:1. when use confi...

Redis why does redis use fork to create child process other than create a thread to rewrite aof or rdb

why does redis use fork to create child process other than create a thread to rewrite aof or rdb? fork usually takes mor...

Redis SORT and SORT_RO circumvent ACLs when sorting by external keys

The SORT and SORT_RO commands support an option to sort by an external keys using a pattern. This functionality is disab...

Redis [BUG] passing CFLAGS="_latomic" does not solve the standard missing libstdc++ atomic support

Describe the bugWe need a way to get atomic support for GCC in the make process. On ARM7 e.g. we get/usr/bin/ld: server....

Redis Redis Crashes when updating wordpress plugins manually

Crash report[18-Feb-2022 08:21:54 UTC] [DBG] Now start to flush Db[18-Feb-2022 08:22:57 UTC] socket error on read socket...

Redis [BUG] Problems with the KeySpace if the number of keys is high.

Describe the bugwhen you subscribe on huge number of keys with KeySpace, redis will block.when i check procedure i found...

Redis [QUESTION] Inconsistency of Redis AOF rewrite data

Let's say I'm halfway through rewriting AOF,A write command modifies the key/value pairs that haven't been rewritten yet...

Redis segfault crash in redis-server.exe

F:\project\redis-6.2.6\cmake-build-release\redis-server.exe====================== redis main ==================== 1418:C...

Redis [NEW] redis-cli HELP XYZ

I was wondering why HELP doesn't appear to work when running on terminal.> redis-cli HELP SET# empty lineI am using 7...

Redis redis server don't have avoid brute force cracking feature

many company have a safe rule: a server should have a brute force cracking feature, but i found redis don't have it.so i...

Redis Atomically delete a key if a stored string value equals a parameter

Is there a way to atomically delete a key if the string value stored under this key equals some parameter string? This i...

Redis [BUG] Redis Error Please help.

Describe the bugA short description of the bug.Steps to reproduce the behavior and/or a minimal code sample.redis 6.2.6 ...

Redis Deleting a stream while blocking with XREADGROUP

scenario: client A is blocking on a stream with XREADGROUP:127.0.0.1:6379> XADD x * f v"1581590417017-0"127...

Redis [BUG] redis-benchmark --cluster doesn't support ipv6

Describe the bugHi, I'm trying to run redis-benchmark with cluster option and getting this error:redis-benchmark -h SHAR...
上一页 下一页
.