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

Made some change #1

Closed lei-cao closed 12 years ago

lei-cao commented 12 years ago

hey, This lib is very useful for me, but I need to set up the redis later at configuration time as many other flaskext did. So I make some changes.

playpauseandstop commented 12 years ago

I agree with necessity on init_app mehtod, but doesn't understand why you moved code from flask_redis to flaskext.redis package.

Will add your changes to library later today, as well as add your name/email to the AUTHORS.rst file.

lei-cao commented 12 years ago

Cuz I saw some other extensions do that, so I moved it. I'm kind of new to git and flask. You know I just need the init_app. Sorry about changing the author, it's a mistake. :)

playpauseandstop commented 12 years ago

Added init_app method, added authors file, bumped version number.

Please, update to 0.3 version to use new feature. Thanks for reporting!