Simple as dead support of Redis database for Flask applications
Awesome plugin! However, I'm using the app factory pattern and I'm struggling to get it working. It seems to me that maybe `self.app = app` should be added in the `init_app` method? For example in create_app():: ```from project.redis import redis_object redis_object.init_app(app) print(redis_object.get_app()) ``` last row will throw `RuntimeError: Flask application not registered on Redis instance and no applcation bound to current context`.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by springrid and has received 2 comments.