diff --git a/README.rst b/README.rst index 382c0c0a..ff8ac2fb 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/installation.rst b/docs/installation.rst index 4b8266c5..9dc44cd5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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: