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 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
transactional pubsub in Redis with python redis client
I know Redis has the concept of transactions and pub/sub. I am wondering if you can do a transactional pubsub with Python redis client.
Here is the setup. I have two clients A and B who are pushing to...
bumpbump
Votes: 0
Answers: 1