Contents

hiredis 2.3.2

0

Python wrapper for hiredis

Python wrapper for hiredis

Stars: 490, Watchers: 490, Forks: 101, Open Issues: 11

The redis/hiredis-py repo was created 13 years ago and the last code push was 1 months ago.
The project is popular with 490 github stars!

How to Install hiredis

You can install hiredis using pip

pip install hiredis

or add it to a project with poetry

poetry add hiredis

Package Details

Author
Jan-Erik Rediger, Pieter Noordhuis
License
BSD
Homepage
https://github.com/redis/hiredis-py
PyPi:
https://pypi.org/project/hiredis/
GitHub Repo:
https://github.com/redis/hiredis-py

Classifiers

  • Software Development
No  hiredis  pypi packages just yet.

Errors

A list of common hiredis errors.

Code Examples

Here are some hiredis code examples and snippets.

GitHub Issues

The hiredis package has 11 open issues on GitHub

  • Switch to github action and cibw for wheels
  • New release for cp3.10 is not on pypi
  • New maintainer needed

See more issues on GitHub

Related Packages & Articles

fakeredis 2.22.0

Python implementation of redis API, can be used for testing purposes.