From 0fe34f15dc7c5531a2936beb6c17ed6a37212e88 Mon Sep 17 00:00:00 2001 From: TheJecksMan <71208143+TheJecksMan@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:06:59 +0300 Subject: [PATCH] added README information --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index b2066fe..cc1e2cd 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,12 @@ You can install or update starlette-middleware $ pip install redsession --upgrade +If you want to use `orjson` and `hiredis` to maximize performance, use the optional dependencies + +.. code:: shell + + $ pip install redsession[opt] --upgrade + Documentation =============