Nineya
Home
Blog
软著申请
Redis Redis-cli create cluster get [ERR] Node XXXX NOAUTH Authentication required
2025-01-16 20:40:05
702
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]
2025-01-16 20:40:03
1928
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
2025-01-16 20:40:00
660
$ 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"
2025-01-16 20:39:57
13347
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
2025-01-16 20:39:52
6888
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
2025-01-16 20:39:49
1858
The problem/use-case that the feature addressesNow, in the cluster mode. By using command CLUSTER DELSLOTS slot [slot .....
Redis ///33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333-g=-[=.
2025-01-16 20:39:47
4951
Cat walked over the keyboard sorry guys.Comment From: gvariscocat overflowComment From: DawidMazurekCat-a-clicksmComment...
Redis Implement replicas migration in Redis Cluster
2025-01-16 20:38:51
461
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
2025-01-16 20:38:48
627
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
2025-01-16 20:38:46
3155
Per the XACK documentation:Once a consumer successfully processes a message, it should call XACK so that such message do...
Redis aof & rdb directories
2025-01-16 20:38:43
3897
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
2025-01-16 20:38:40
13418
=== 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
2025-01-16 20:38:37
5260
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
2025-01-16 20:38:34
2898
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
2025-01-16 20:38:31
3276
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.
2025-01-16 20:38:28
628
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?
2025-01-16 20:38:25
236
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?
2025-01-16 20:38:22
443
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
2025-01-16 20:38:19
686
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
2025-01-16 20:38:17
435
We already flush the output in MONITOR mode, which makes it easy to use usual *nix pipes and combine it with sed, grep, ...
上一页
下一页
1
…
823
824
825
826
827
…
2246
.