Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about py-redis

Read more about py-redis

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)

Questions - py-redis

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...
test-img

hafiz031

python

redis

redis-sentinel

py-redis

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...
test-img

bumpbump

redis

py-redis

Votes: 0

Answers: 1

Latest Answer

MULTI/EXEC: These are implemented as part of the Pipeline class. The pipeline is wrapped with the MULTI and EXEC statements by default when it is executed, which can be disabled by specifying transact...
test-img

Anton

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved