Redis Redis-cli create cluster get [ERR] Node XXXX NOAUTH Authentication required

redis:5.0How can I set password in redis-cli --cluster create?Comment From: itamarhaberHello @sxc9870 You should use th...

Redis Is there a way to start a slave as a master in a running 3 server 3 sentinel configration? [QUESTION]

The main goal is to achieve Redis rollback from 6.2 to 3.2 using AOF. (As AOF is supported in both versions)I am able to...

Redis When asking explicitly for help docs they should be printed to stdout

$ redis-cli --help | less # results in no bytesBut if I'm invoking a command specifically to read its help docs, then it...

Redis [BUG] Cluster replica(s) dead loop on "Failed trying to load the MASTER synchronization DB from disk"

Describe the bugI made a cluster work on 5 masters and 5 replicas.if I use the command --repl-diskless-load swapdb then ...

Redis [CRASH] Redis 5.0.7 crashed by signal: 11

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis [NEW]add new command for cluster add and remove slots in a range

The problem/use-case that the feature addressesNow, in the cluster mode. By using command CLUSTER DELSLOTS slot [slot .....

Redis ///33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333-g=-[=.

Cat walked over the keyboard sorry guys.Comment From: gvariscocat overflowComment From: DawidMazurekCat-a-clicksmComment...

Redis Implement replicas migration in Redis Cluster

The idea here is that you may have all the masters with just one replica, but a few with multiple replicas. The addition...

Redis ZCOUNT Time Complexity Optimization

I realized as I was digging into the skip list implementation that the time complexity for ZCOUNT could be reduced to O(...

Redis Redis Streams With One Consumer Group Do Not Delete Messages When Acknowledged

Per the XACK documentation:Once a consumer successfully processes a message, it should call XACK so that such message do...

Redis aof & rdb directories

I'd like to see configuration options for separately setting the base directories for dbfilename and appendfilename, as ...

Redis Redis with maxmemory 2000mb crashes with only 250mb consumed

=== REDIS BUG REPORT START: Cut & paste starting from here ===[31107] 18 Jul 23:12:00.183 # ------------------------...

Redis crashed has been created while processing bgrewriteaof command and processed another command

i build it in vs2013 with debug x64 configure, branch is tag 2.8.21FAULTING_IP: redis_server!_NMSG_WRITE+a2 [f:\dd\vctoo...

Redis [BUG] Potential integer overflow in moduleCreateArgvFromUserFormat

In the function moduleCreateArgvFromUserFormat, we have the following code:robj **moduleCreateArgvFromUserFormat(const c...

Redis Backporting Redis 5 patch for CVE-2021-32675 back to Redis 4

I wanted to backport commit https://github.com/redis/redis/commit/71be97294 for Redis 4 back to Redis 4 and it applied c...

Redis [BUG] Missing check for string length in redis-check-aof.c leads to integer overflow.

In the file redis-check-aof.c, we have the following code:int readString(FILE *fp, char** target) { long len; *tar...

Redis When starting redis in daemonize, how to set "Enter PEM pass phrase" secret?

version: 6.0.16TLS: enabledaemonize: yeswhen startting redis,there is no "Enter PEM pass phrase" prompt. Is there any to...

Redis [QUESTION] If the redis official willing to implement two new commands (CAS and CAD) to make easy to implments a distributed lock?

CAS:compare and set [cas key oldval newval]CAD:compare and delete [cad key expectedval]At present, redis is ofte...

Redis [QUESTION] how to sync acl user between master and replicas

Our redis is redis-sentinel mode with 1 master and 2 salves。We ​create some users by "ACL SETUSER xxx" and execute "ACL...

Redis redis-cli: Flush output in pubsub mode

We already flush the output in MONITOR mode, which makes it easy to use usual *nix pipes and combine it with sed, grep, ...
上一页 下一页
.