underyx / flask-redis

A Flask extension for using Redis
Other
436 stars 71 forks source link

Document unix:// paths and add test for these #21

Closed plaes closed 8 years ago

plaes commented 9 years ago

Add note about unix:/// configuration support to README.

PS. rediss:// is also parsed properly but I currently don't have setup for that.

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling d23c958 on plaes:master into 8ced34c on underyx:master.

plaes commented 9 years ago

Is the test server running custom redis-py which disallows non-'redis:.//' urls?

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling d23c958 on plaes:master into 8ced34c on underyx:master.

underyx commented 8 years ago

Actually I think the issue here was that unix:// URL support was only added in redis-py 2.7.x, and the CI suite checks 2.6.x as well. The other builds failed because of a PEP8 violation. I'm now committing this change manually to https://github.com/underyx/flask-redis/tree/release/0.3.0 and it should make it into master real soon. Sorry about the long, long wait! Two things to note:

Since I basically just copied your change, I'm setting you as the author of the commit. You can see it attributed to you here: https://github.com/underyx/flask-redis/commit/d27af448e8c408b50d641680746bbbc4ba0cd53f

Thanks a lot for the contribution! 👍