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

expire: https://github.com/redis/redis-py/blob/42b937fa1f73f3e8251eba5ec8ead2fcbaec7c50/redis/commands/core.py#L1592 set: https://github.com/redis/redis-py/blob/42b937fa1f73f3e8251eba5ec8ead2fcbaec7c50/redis/commands/core.py#L2175 The `set` api `ex` should be a interger, but `expire`'s `time` can use a string(integer in string type) as input. It make me confusing. Both can...

On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. Here is the output with warnings: ```console +...

**Version**: pytest test suite is failing **Platform**: Linux x86/63, python 3.8.12 **Description**: I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build,...

Many commands are added since a specific version of redis, since this library supports redis from version 4 officially (?), some commands are available for newer version are available in...

As part of the upcoming Redis 7 release, at least the following commands should be implemented. As part of this tracking, we'll also need to start a redis 7 docker,...

tracking
redis-7

Currently, Redis-py allows decoding of the entire response, or not decoding the entire response. In the situation where a hash/stream/document entries are mixed with human-readable and non human-readable data (blobs),...

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

https://github.com/aio-libs/aioredis-py/pull/1207 tried to fix the health check; it's been resolved in redis py for the sync version but not async

I ran into a similar problem as #809: I have a redis connection using `decode_repsonses=True`, but I am also using a 3rd-party package (RQ) that pickles some data and deep...