Nineya
Home
Blog
软著申请
Redis [BUG] Sentinel adds replicaof to newly selected master!
2025-01-17 02:07:53
5987
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
2025-01-17 02:07:51
636
Describe the bugAccording to the RESP3 spec, under floats, it says "Exponential format is invalid", although Redis retur...
Redis Feature Request INCR with EXPIRE
2025-01-17 02:07:48
1532
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
2025-01-17 02:07:45
2713
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
2025-01-17 02:07:42
241
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
2025-01-17 02:07:40
149
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
2025-01-17 02:07:37
304
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
2025-01-17 02:07:35
660
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
2025-01-17 02:07:33
587
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?
2025-01-17 02:07:30
14642
Expected behaviorWant to get a solution for troubleshooting and resolving this exceptionActual behaviorJedis throws an e...
Redis Misleading error message with XREADGROUP
2025-01-17 02:07:27
2793
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
2025-01-17 02:07:25
12406
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?
2025-01-17 02:07:22
1149
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
2025-01-17 02:07:19
20657
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
2025-01-17 02:07:16
1016
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
2025-01-17 02:07:14
992
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
2025-01-17 02:07:11
1416
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?
2025-01-17 02:07:08
3993
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’
2025-01-17 02:07:05
1085
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
2025-01-17 02:07:01
3141
Describe the bugThe results of Lua cmsgpack are dependent on the host platform.To reproduceeval "return cmsgpack.pa...
上一页
下一页
1
…
776
777
778
779
780
…
2246
.