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:_ - [x] Does `$ tox` pass with this change (including linting)? - [x] Do the...

### 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...

**Version**: * redis-py: 3.5.3 **Platform**: * Python 3.9.5 **Description**: Network hiccup results in ~15 minutes hang before `TimeoutError` is raised although `socket_timeout` is defined while instantiating the client. The client...

Stale

### 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...

waiting-for-response

### 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...

The following is the list of released redis commands that redis-py does not support. This is a tracking issue, so that we can link back, and check off each item...

help wanted
tracking

### Pull Request check-list - [x] Does `$ tox` pass with this change (including linting)? - [x] Do the CI tests pass with this change (enable it first in your...

A behaviour I very much expected! I've a similar open pull request for aredis at https://github.com/NoneGG/aredis/pull/168 The author there suggested that redis-py is the template being followed, so I thought...

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

As of now, redis-py has support for async, and sync usage. The goal is to continue having these within the same library. However, things seem 'off', or at least unwieldy...