rb icon indicating copy to clipboard operation
rb copied to clipboard

Routing and connection management for Redis in Python

Results 8 rb issues
Sort by recently updated
recently updated
newest added

### Environment use redis-py 5.0.0 ### Steps to Reproduce setup a cluster and try to use it ### Actual Result ![image](https://github.com/getsentry/rb/assets/17598829/d1ba00f8-5a95-46dc-b387-5dac29b53c68) redis version 4.6.0 works

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine rb/clients.py. 2. Search for `shold`. # Expected Behaviour 1. Should read `should`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...

Could you please publish sdist on PyPI? It is preferred to build FreeBSD port (databases/py-rb) from sdist from PyPI. Thanks!

This can be tested by setting `CONFIG SET timeout 1` in Redis, then running: ``` python from time import sleep from rb import Cluster cluster = Cluster({0:{'host': '127.0.0.1', 'port': 6379}})...

Not sure if this is an issue but I see no reason not to do this.

Currently our way to invoke poll is pretty hacky and it might cause us problems in two situations: - If we write to the buffer limit we might have to...

This was originally reported against sentry: https://github.com/getsentry/sentry/issues/2530