Redis Connect & auth in 1 step for better performance

I am using a remote redis master with a network latency (distance) of ~40ms.I do: connect, auth, msetor connect, auth, p...

Redis How to run Redis cluster on multiple machines?

I am trying to run my deep learning model on redis cluster which is to be deployed across various machines with differen...

Redis Redis Sentinel ERR unknown command set, with args beginning with

HiI've trying to install and configure redis with sentinel. Setup as follows:Installed redis using brew: brew install re...

Redis Disconnect as soon as connection is made? (RedisBungee)

Hi, I was testing out the RedisBungee plugin and while it works, whenever I try to connect to that bungeecord, it discon...

Redis redis-server segfault error 4 in libc-2.17.so

I am getting random segfaults like:[19111916.107655] redis-server[19251]: segfault at 396d960 ip 00007ff73aca56e4 sp 000...

Redis How can I create a service name and password

Hello run celery beat and I get this error. How can I create service name and passwordbeat raised exception : Connection...

Redis Redis Rax source logic problem

` splitnode->data[0] = h->data[j]; if (j == 0) { if (h->iskey) { void *ndata = raxGet...

Redis [question] cluster del-node on docker but the nodes.conf would not being cleaned

i got a confused problem,i build four node on docker to constitute a redis cluster , then i delete a master node fr...

Redis Redis keepalive for cluster bus port

I tried to explain the issue in this stackoverflow question, but I will try one more time.Our redis version is 3.2.8 and...

Redis Command "INFO" take a long time

Hi, we use redis on sentinel mode, and we found "info" command that takes a long time when a lot of connections concurre...

Redis redis crash when bgsave

=== REDIS BUG REPORT START: Cut & paste starting from here ===[21976] 05 Apr 18:19:06.267 # Redis 2.8.19 crashed...

Redis rename temp db to dump.rdb in replica report : Text file busy

1:S 31 Mar 2020 09:59:35.574 * Connecting to MASTER 192.168.99.100:63791:S 31 Mar 2020 09:59:35.575 * MASTER <-> R...

Redis [4.0.2] sentinels: '#Invalid argument' depending on the order of addresses in bind directive

This is somewhat peculiar bug (or I think at least it's a bug). Originally I had the following config (after stripping c...

Redis What is the importance of event +sentinel-address-switch in Redis Sentinel log file

I am getting too many of +sentinel-address-switch in my redis sentinel logs. Should I suppress them ? If yes How ?Commen...

Redis aof BGREWRITEAOF problem

i am learning redis,and i want to see aof rewrite,so i useBGREWRITEAOF command to see the change。then has some problem。...

Redis Redis in Docker Swarm: master fails to reconnect to replica after a while

I'm having difficulties getting redis to work in a Docker Swarm setup. At first it works, but after a while (probably af...

Redis short WAIT timeout isn't respected

@antirez we have some user use cases who are trying to issue WAIT with timeout of some 50ms.However the fact is that wha...

Redis Replace hexadecimal to decimal

https://github.com/antirez/redis/blob/f6d5996ead002350558eb614f275553432f1eb19/src/expire.c#L300+ if ((iteration % 16) =...

Redis Redis slaves disconnect from master continuesly

HiI have 3 redis nodes (One of them is master and remain are slave and replica of master)this is Master and slave config...

Redis punsubscribe/unsubscribe being ignored when psubscribe is used

I think I found a bug :( When I psubscribe to a pattern (like news. from Redis website example) and specifically unsubsc...
上一页 下一页
.