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 =============