Flask-and-redis

Latest version: v1.0.0

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

Scan your dependencies

Page 1 of 2

1.0.0

------------------

* Drop Python 2.6 & 3.3 support, ensure Python 3.6+ support. Kudos to
`jezdez <https://github.com/jezdez>`_ for pull request & implementation
* Support subclasses of the Redis client class. Again kudos to
`jezdez <https://github.com/jezdez>`_ for pull request & implementation
* Use `inspect.getfullargspec()` if available. Kudos to
`vibiu <https://github.com/vibiu>`_ for pull request & implementation
* Use `redis.Redis` as default connection class, when using
`redis-py <https://github.com/andymccurdy/redis-py>`_ >= 3

0.7

----------------

* Improve multiple app support. Kudos to
`timothyqiu <https://github.com/timothyqiu>`_ for pull request &
implementation
* Simplify running tests for test application

0.6

----------------

* Python 3 support.
* Move documentation to Read the Docs.
* Refactor example test project to Comments app which shows how to use two
Redis databases simultaneously.

0.5

------------------

* Use ``redis.StrictRedis`` as connection class by default.
* Understands unix socket path in ``REDIS_HOST``.
* Updates to README.

0.4

----------------

* Big refactor for :class:`~.Redis` class. Do not inherit ``redis.Redis`` class,
store active redis connection in ``Redis.connection`` attribute and
``app.extensions['redis']`` dict.
* Add support of ``config_prefix`` keyword argument for :class:`~.Redis` or
:meth:`~.Redis.init_app` methods.
* Support multiple redis connections in test application.

0.3.3

------------------

* Fix problem while parsing ``REDIS_URL`` value, strip unnecessary slashes from
database path (like ``redis://localhost:6379/12/``).

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.