Relrin / sanic-redis-extension

Redis support for Sanic framework
BSD 3-Clause "New" or "Revised" License
16 stars 2 forks source link

upstream to sanic-org/sanic-ext #3

Closed wfleurant closed 1 year ago

wfleurant commented 2 years ago

library should be upstreamed to sanic-org/sanic-ext -- although some things may break with python 3.10 we should start the process for supporting this library. do you have time for this? thanks for creating and sharing this library.

Relrin commented 2 years ago

Hey there!

library should be upstreamed to sanic-org/sanic-ext -- although some things may break with python 3.10 we should start the process for supporting this library. do you have time for this?

Have you tried to use this package against the latest Sanic versions? Does it work properly for you? Are there any issues that faced with?

Since this package relies has only 2 dependencies (which are sanic-base-extension and aioredis), it still should work properly without any issues.

Relrin commented 1 year ago

I have updated & deployed the latest version to PyPI. Feel free to open new pull requests if you run into issues