Contents

redis 5.0.3

0

Python client for Redis database and key-value store

Python client for Redis database and key-value store

Stars: 12205, Watchers: 12205, Forks: 2446, Open Issues: 223

The redis/redis-py repo was created 14 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 12205 github stars!

How to Install redis

You can install redis using pip

pip install redis

or add it to a project with poetry

poetry add redis

Package Details

Author
Redis Inc.
License
MIT
Homepage
https://github.com/redis/redis-py
PyPi:
https://pypi.org/project/redis/
Documentation:
https://redis.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/redis/redis-py

Classifiers

No  redis  pypi packages just yet.

Errors

A list of common redis errors.

Code Examples

Here are some redis code examples and snippets.

GitHub Issues

The redis package has 223 open issues on GitHub

  • Fix for #1776
  • 4.1.2
  • Add Async Support
  • Lock method does not exist in the redis client using cluster mode
  • nightly run of master
  • running dump() fails when decode_responses=True in a pipeline
  • add support for read_from_replicas in a none read_only mode
  • Fix naming conventions
  • Add redis5 and redis4 dockers
  • Consider keeping CHANGES?
  • Add support for LCS
  • pubsub.get_message with handler - how know if message has been processed
  • Function/Class method naming should use lowercase with underscores
  • Add support for EVALSHA_RO
  • Add support for EVAL_RO

See more issues on GitHub

Related Packages & Articles

aredis 1.1.8

Python async client for Redis key-value store