redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

feat: Implemented redis.asyncio.SentinelBlockingConnectionPool.

Open DABND19 opened this issue 7 months ago • 3 comments

Pull Request check-list

Please make sure to review and check all of these items:

  • [x] Do tests and lints pass with this change?
  • [x] Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • [x] Is the new or changed code fully tested?
  • [x] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • [x] Is there an example added to the examples folder (if applicable)?
  • [x] Was the change added to CHANGES file?

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Added redis.asyncio.SentinelBlockingConnectionPool class

DABND19 avatar Jul 17 '24 14:07 DABND19