python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Redis : (error) ERR unknown command 'auth'
when i started a sentinel server
and here is my sentinel.config file
port 26379
# Generated by CONFIG REWRITE
protected-mode yes
sentinel myid 1bd376eb47dc5e1cd65987bff12639e6a98c6152
sentinel monitor...

威揚葉
Votes: 0
Answers: 0
Spring Boot + Lettuce + Redis-Sentinel without own beans?
In our Spring Boot-App, we are using Spring Data and Spring Cache together with Lettuce to connect to a REDIS-Cluster.
We are currently switching to a Sentinel-Connection-setup.
We are asking ourselve...

Sidekick.John
Votes: 0
Answers: 0
Redis Sentinel is not switching to new master
I want to implement redis-sentinel. Following code snippet shows what I have done:
import redis
from redis.sentinel import Sentinel
from .config import redis_config
redis_client = None
def create_r...

hafiz031
Votes: 0
Answers: 0
Spring Reddis Configuration in Java - Redis hosts should access a single comma separated list of IPs
want to configure this redis-context.xml file into .java class and it should take single string of comma separated list of IPs.
<bean id="jedisConnFactory"
class="org.springfra...
Dev Garg
Votes: 0
Answers: 1