playpauseandstop / Flask-And-Redis

Simple as dead support of Redis database for Flask applications
http://flask-and-redis.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
84 stars 21 forks source link

stale: Attempt to merge with Flask-Redis library #18

Open playpauseandstop opened 5 years ago

playpauseandstop commented 5 years ago

There is a nice suggestion from @jezdez at https://github.com/playpauseandstop/Flask-And-Redis/pull/16#issuecomment-464641560,

Oh, and another thing (which may be too much to ask): What if you'd ask the maintainers of Flask-Redis to deprecate their library and replace it with yours on PyPI (assuming Flask-And-Redis would ship some compatibility shims)?

Let see if this possible...

playpauseandstop commented 4 years ago

Unfortunately I don't have enough courage to initiate the merge by myself.

If someone will lead this, I'll be glad to help. But if not, I afraid this issue will stale for a while...

akcode47 commented 2 years ago

@playpauseandstop would you be able to share some of the key differences between your library (Flask-And-Redis) and Flask-Redis? Also, if possible any use cases where Flask-And-Redis would be better fit vs. using Redis-Py directly?

It may help others decide which route to go - I was leaning on going the base Redis-Py route but I am looking for an application factory type of flask extension with the init_app method so I can rely on app context / reusing Redis connection.