Redis [BUG] Sentinel adds replicaof to newly selected master!

Describe the bugWe have 1 master (redis-master), 4 slaves (redis-slave-1, ..., redis-slave-4) and 5 sentinels (redis-sen...

Redis [BUG] RESP3 spec "Exponential format is invalid" but redis returns them

Describe the bugAccording to the RESP3 spec, under floats, it says "Exponential format is invalid", although Redis retur...

Redis Feature Request INCR with EXPIRE

The SET command has an option to ad EX and set expire. Why not add that to INCR?Comment From: badboyBecause the use-case...

Redis [NEW] Allow optional expiration setting for INCR, DECR queries

The problem/use-case that the feature addressesNeed to have counters self-delete after a certain period.Description of t...

Redis Add support in required properties concept for reply schema

For several of the objects schemas we can specify the exact required properties. Need to add support in the required key...

Redis Add support for reply schema validation run in module api unit

Right now we don't validate the commands' reply schema under module api unit tests, and in order to do it we should add ...

Redis Warn about test-suite commands coverage for reply schema validation

Commands' reply schema validation is done by analyzing the tests' (test-suite for now) req-res output. In order to make ...

Redis Add a "condition" field to anyOf/oneOf schemas in the commands' reply schema

The command reply schema something can be depends on different arguments or conditions, and we would like to have a way ...

Redis Put the operation of parsing commands in the io threads

IO threads only get data from clients, and the main thread should parse the data to convert to a command. Why do not ass...

Redis [QUESTION]TooManyClusterRedirectionsException: Too many Cluster redirections?

Expected behaviorWant to get a solution for troubleshooting and resolving this exceptionActual behaviorJedis throws an e...

Redis Misleading error message with XREADGROUP

Describe the bugXREADGROUP can output a misleading error message regarding use of the $ special ID.To reproduceRedis 7:1...

Redis High CPU usage and HZ works contrary to what the documentation specifies

I'm using redis replication with sentinel in five servers.Each server runs two redis instances: redis-server and redis-s...

Redis [QUESTION] Upgrade from 7.0.5 to 7.0.8 dramatically reduced slowlog entries in multiple clusters, why?

It's intriguing me that an upgrade from 7.0.5 to 7.0.8 has reduced the usual number of SLOWLOG entries in 2 real world a...

Redis How to cross compile redis for ppx_85xxDP

export TNAME=ppx_85xxDPexport ARCH=powerpcexport CROSS_COMPILE=${TNAME}-export SAVE_PATH=${PATH}export PATH=/opt/eldk/pp...

Redis Sentinel file handle tree was not released

In the Sentinel mode of Redis, when the server and the client are connected, the client's request is released after comp...

Redis Migrate data from sharded sentinel cluster to cluster mode cluster

Hello Team, is there a tool/process around to migrate data from existing sentinel mode cluster to cluster mode cluster w...

Redis Unable to install redid server on debian9

builder@USERVER043:~$ cat /etc/os-releasePRETTY_NAME="Debian GNU/Linux 9 (stretch)"NAME="Debian GNU/Linux"VERSION_ID="9"...

Redis [NEW] Would you accept a port to WINDOWS?

The problem/use-case that the feature addressesWindows is a popular operating system, even its Server version is popular...

Redis [BUG] builld redis with cygwin fail : debug.c:1753:5: error: unknown type name ‘Dl_info’

Describe the bugbuild redis wih cygwin for windows, failed with "debug.c:1753:5: error: unknown type name ‘Dl_info’ ...

Redis [BUG] Inconsistent behaviour of Lua msgpack between platforms

Describe the bugThe results of Lua cmsgpack are dependent on the host platform.To reproduceeval "return cmsgpack.pa...
上一页 下一页
.