Skip to content

Commit

Permalink
Recommend redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Feb 20, 2024
1 parent fd8fc93 commit e67708d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@ Flask-Session
Flask-Session is an extension for Flask that adds support for server-side sessions to
your application.

.. image:: https://img.shields.io/github/actions/workflow/status/pallets-eco/flask-session/test.yaml?logo=github&style=flat-square
.. image:: https://img.shields.io/github/actions/workflow/status/pallets-eco/flask-session/test.yaml?logo=github
:alt: GitHub Actions Workflow Status
:target: https://github.com/pallets-eco/flask-session/actions/workflows/test.yaml?query=workflow%3ACI+branch%3Adevelopment

.. image:: https://img.shields.io/readthedocs/flask-session?logo=readthedocs&style=flat-square
.. image:: https://img.shields.io/readthedocs/flask-session?logo=readthedocs
:target: https://flask-session.readthedocs.io
:alt: Documentation status

.. image:: https://img.shields.io/github/license/pallets-eco/flask-session?logo=bsd&style=flat-square
.. image:: https://img.shields.io/github/license/pallets-eco/flask-session?logo=bsd
:target: ./LICENSE
:alt: BSD-3 Clause License

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square&label=style
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&label=style
:target: https://github.com/charliermarsh/ruff
:alt: Code style: ruff

.. image:: https://img.shields.io/pypi/v/flask-session.svg?logo=pypi&style=flat-square
.. image:: https://img.shields.io/pypi/v/flask-session.svg?logo=pypi
:target: https://pypi.org/project/flask-session
:alt: PyPI - Latest Version

.. image:: https://img.shields.io/badge/dynamic/json?query=info.requires_python&label=python&logo=python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fflask-session%2Fjson&style=flat-square
.. image:: https://img.shields.io/badge/dynamic/json?query=info.requires_python&label=python&logo=python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fflask-session%2Fjson
:target: https://pypi.org/project/Flask-Session/
:alt: PyPI - Python Version

.. image:: https://img.shields.io/discord/531221516914917387?logo=discord&style=flat-square
.. image:: https://img.shields.io/discord/531221516914917387?logo=discord
:target: https://discord.gg/pallets
:alt: Discord

.. image:: https://img.shields.io/pypi/dm/flask-session?logo=pypi&style=flat-square
.. image:: https://img.shields.io/pypi/dm/flask-session?logo=pypi
:target: https://pypistats.org/packages/flask-session
:alt: PyPI - Downloads

Expand Down
1 change: 1 addition & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ For example, if you want to use Redis as your storage, you will need to install
$ pip install redis
Redis is the recommended storage type for Flask-Session, as it has the most complete support for the features of Flask-Session with minimal configuration.

Supported storage and client libraries:

Expand Down

0 comments on commit e67708d

Please sign in to comment.