underyx / flask-redis

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

Unix socket code is clearly broken #6

Closed ThiefMaster closed 10 years ago

ThiefMaster commented 10 years ago
self.app.config.pop(key('HOST'))

There's a self. missing for example..

Oh, and the README has REDIS_DATABASE while the code has `REDIS_DB