Skip to content

Conversation

@ahopkins
Copy link
Owner

Adds support for integration with Sanic Extensions:

Extend.register(Session)
class Redis:
    ...


redis = Redis()
Extend.register(Session(interface=RedisSessionInterface(redis.get_redis_pool)))

@ahopkins ahopkins marked this pull request as draft December 29, 2022 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants