flask-session2
flask-session2 copied to clipboard
feat: Add initial type hints for RedisSession
First of all, thanks for providing a maintained alternative to the flask-session
project :+1:
This P.R is a proposal for type hinting this project.
I've currently only added type hints to the Redis
session implementation.
I wanted to initiate a discussion with you before going further on that path.
Regards