Contents

django-redis 6.0.0

0

Full featured redis cache backend for Django.

Full featured redis cache backend for Django.

Stars: 3054, Watchers: 3054, Forks: 445, Open Issues: 81

The jazzband/django-redis repo was created 13 years ago and the last code push was Yesterday.
The project is very popular with an impressive 3054 github stars!

How to Install django-redis

You can install django-redis using pip

pip install django-redis

or add it to a project with poetry

poetry add django-redis

Package Details

Author
Andrei Antoukh
License
BSD-3-Clause
Homepage
https://github.com/jazzband/django-redis
PyPi:
https://pypi.org/project/django-redis/
GitHub Repo:
https://github.com/jazzband/django-redis

Classifiers

  • Software Development/Libraries
  • Utilities
No  django-redis  pypi packages just yet.

Errors

A list of common django-redis errors.

Code Examples

Here are some django-redis code examples and snippets.

GitHub Issues

The django-redis package has 81 open issues on GitHub

  • fix: hash method parameter naming and key handling
  • refactor: rename 'name' parameter to 'key' in sorted set methods
  • Fixing failed test
  • Why test in CI is failing ?
  • Need ability to specify address_remap
  • Fixing issue #766
  • refactor: extract hash operations into HashMixin
  • refactor: extract set operations into SetMixin
  • feat: add ListMixin and implement Redis list operations
  • [pre-commit.ci] pre-commit autoupdate
  • Outdated documentation about hiredis

See more issues on GitHub

Related Packages & Articles