Django-redis

Latest version: v5.4.0

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

4.4.1

===============================

- Add additional check for avoid wrong exception on ``get_redis_connection``.

4.4.0

===============================

- Make redis client pluggable (thanks to arnuschky)
- Add version number inside python module (thanks to BertrandBordage)
- Fix clear method (thanks to ostcar)
- Add the ability to specify key prefix on delete and delete_pattern.
- BREAKING CHANGE: improved compression support (make it more plugable).

4.3.0

===============================

- Improved exception handling in herd client (thanks to brandoshmando)
- Fix bug that not allows use generators on delete_many (thanks to ostcar).
- Remove obsolete code that makes hard dependency to mspack.

4.2.0

===============================

- Add ``persist`` and ``expire`` methods.
- Remove old and broken dummy client.
- Expose a redis lock method.

4.1.0

===============================

- Add plugable serializers architecture (thanks to jdufresne)
- Add json serializer (thanks to jdufresne)
- Add msgpack serializer (thanks to uditagarwal)
- Implement delete_pattern using iter_scan for better performance (thanks to lenzenmi)

4.0.0

==================

- Remove usage of deprecated ``get_cache`` method.
- Added connection option SOCKET_CONNECT_TIMEOUT. [Jorge C. Leitão].
- Replace ``setex`` and friends with set, because it now supports all need for atomic.
updates (thanks to 23doors) (re revert changes from 3.8.x branch).
- Fix django 1.8 compatibilities.
- Fix django 1.9 compatibilities.
- BREAKING CHANGE: Now timeout=0 works as django specified (expires immediately)
- Now requires redis server >= 2.8
- BREAKING CHANGE: ``redis_cache`` is no longer a valid package name

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.