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

Redis Python client

Results 441 redis-py issues
Sort by recently updated
recently updated
newest added

### Pull Request check-list _Please make sure to review and check all of these items:_ - [ ] Does `$ tox` pass with this change (including linting)? - [ ]...

feature

### Pull Request check-list _Please make sure to review and check all of these items:_ - [x] Does `$ tox` pass with this change (including linting)? - [x] Do the...

Hi, I've been testing Stream for the first time, and have been missing the return type annotation for the commands. So far we could make everything work with the `client.xadd`...

Version: What redis-py and what redis version is the issue happening on? all Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)...

### Pull Request check-list _Please make sure to review and check all of these items:_ - [X] Does `$ tox` pass with this change (including linting)? - [X] Do the...

Can i (re)create a Lock object from the contents of the redis DB only using the resource name or redis key? Background: I'm now using Aioredlock for locking a resource...

After some testing with both pub/sub and xadd/xread I have came to a situation where I have realized that if my subscriber is not on, the message will not be...

Stale

**Version**: What redis-py and what redis version is the issue happening on? redis-py 4.3.4 redis 6.3.6 **Platform**: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu...

**Version**: 4.3.4 **Platform**: N/A **Description**: https://redis.io/docs/stack/graph/clients/ lists https://github.com/RedisGraph/redisgraph-py as one of the official clients, and the documentation on https://developer.redis.com/howtos/redisgraph/using-python also points to redisgraph-py. However, on the redisgraph-py page, it is...

maintenance

**Version**: >= redis 4.1.x **Platform**: All **Description**: Currently, the Exception hierarchy for cluster client/connection isn't defined properly: - RedisClusterException doesn't derive from RedisError, so users always have to take care...