Redis Redis CLI Pipe command and Cluster

I am working with a cluster and when I use the -c option with Redis CLI it works fine for single commands, i.e. set/get....

Redis Migrate cluster mode tests to normal framework

The project currently has two disjoint TCL frameworks:- Cluster framework, https://github.com/redis/redis/tree/unstable/...

Redis [QUESTION] after upgrading to 7.2.4 manifest still shows 7.2.3

Hi,while checking I found that sudo /usr/bin/redis-check-aof /var/lib/redis/appendonlydir/appendonly.aof.manifest still ...

Redis [CRASH] E: Sub-process /usr/bin/dpkg returned an error code (1)

Newest upgrade not completing:pi@pihole:[~] $ sudo apt upgradeReading package lists... DoneBuilding dependency tree... D...

Redis [NEW] Add to command SADD keepttl

Comment From: madolsonCan you provide more detail on what keepttl would do? The current behavior of SADD doesn't change ...

Redis sentinels votes for themselves

i have 2 redis and 3 sentinels. Sometimes when master down, sentinels votes for themselves so no leader voted, failover...

Redis [CRASH] Assertion Failed when running rebalance command when upgrading from 7.0.11 to 7.2.2

Crash report=== REDIS BUG REPORT START: Cut & paste starting from here ===12758:M 27 Oct 2023 04:19:55.632 # === ASS...

Redis make test fails

Your documentation states:"The suggested way of installing Redis is compiling it from sources as Redis has no dependenci...

Redis [BUG]

Describe the bugA short description of the bug.To reproduceSteps to reproduce the behavior and/or a minimal code sample....

Redis [BUG] Loading keys within Redis Module returns incorrect values

Describe the bugI am using Redis 6.2.1 running in cluster mode with 3 masters and 0 slaves (no replication). During rela...

Redis Better limit the rate of establishing connections at a given time

To establish a connection, there needs to be at least 2 cycles of the event loop, the first to accept the connection and...

Redis [NEW]unify REPLCONF rdb-filter-only ${filter} and REPLCONF rdb-only 1 to one REPLCONF command

The problem/use-case that the feature addressesA description of the problem that the feature will solve, or the use-case...

Redis [NEW] Add a new command RESTORECOMPARE to diff two key value.

The problem/use-case that the feature addressesA description of the problem that the feature will solve, or the use-case...

Redis [NEW]add APPEND argument in restore command to let third-party tools can migrate very big key-value piece by piece

The problem/use-case that the feature addressesA description of the problem that the feature will solve, or the use-case...

Redis [NEW] Make SORT command support '*' as a glob style GET pattern for hash field name

The problem/use-case that the feature addressesThe SORT command doesn't support '*' as a glob style GET pattern for hash...

Redis [BUG] sentinel report -failover-abort-not-elected with enough votes received

Describe the bugI've deployed 100 Redis groups with version 6.0.9 in 2 servers(1 master + 1 slave) and 5 sentinels confi...

Redis [BUG] redis-cli --cluster create reports different errors when trying to create a cluster with lesser than 3 master nodes

Describe the bugHi!When using redis-cli 7.2.3, running redis-cli --cluster create with less than three nodes results in ...

Redis [QUESTION] redis bloom filter auto-scale

Question: I use bloom filters to store many items. As the number of items increases, the bloom filter will expand by cre...

Redis [BUG] Debain 12: make test [exception]: Executing test client: permission denied.

Describe the bug[exception]: Executing test client: permission denied was found during "make test" To reproduceInstall ...

Redis [QUESTION] how many stream can i create?

in my project ,i want to create the stream queue according to the total members, so, can i do like that?Comment From: ma...
上一页 下一页
.