vivekn / redis-simple-cache

Simple redis based cache for storing results of python function calls, json encoded strings or html.
Other
122 stars 69 forks source link

Fix connection to use specified db number #16

Closed nudge closed 10 years ago

nudge commented 10 years ago

Cache always uses db0 instead of specified db number. This commit should fix that.

vivekn commented 10 years ago

@nudge Thanks for the catch!

nudge commented 10 years ago

Cheers Vivek!