8000 GitHub - TheJecksMan/red-session: Package. Redis server side session middleware for FastAPI and Starlette
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TheJecksMan/red-session

Repository files navigation

red-session logo

PyPI - Python Version PyPI - License PyPI Documentation Status

Introduction

This async library provides the ability to quickly integrate server sessions into your application through the use of middleware. The library is compatible with python 3.8+.

Note

This library is designed for such frameworks as: FastAPI and Starlette.

Dependencies used support redis version 5.0+

Installation

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

$ pip install redsession[opt] --upgrade

Documentation

You can find more information on usage here.

About

Package. Redis server side session middleware for FastAPI and Starlette

Topics

Resources

License

Stars

Watchers

Forks

Languages

0