andyet / thoonk.py

Persistent (and fast!) push feeds, queues, and jobs leveraging Redis.
Other
355 stars 32 forks source link

Allowing to specify a password to connect to redis #22

Closed rcjmurillo closed 9 years ago

rcjmurillo commented 9 years ago

The password argument was added as the last one to not introduce a breaking chance for people that creates the Thoonk instance with positional arguments in their code.

fritzy commented 9 years ago

looks good