jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.48k stars 205 forks source link

Redis support #68

Closed johntellsall closed 8 years ago

johntellsall commented 8 years ago

I'd like to tell Django what my Redis cache (database) is via a URL.

We can borrow the format from https://github.com/ddollar/redis-url#url-format :

redis://[:password@]host[:port][/db-number][?option=value]

f0r4y312 commented 8 years ago

@johntellsall https://github.com/f0r4y312/django-connection-url. shameless self-plug alert, but I am currently using it for redis, memcached and local memory cache config

f0r4y312 commented 8 years ago

@johntellsall after reading @jdp's comment in your pull request #69, i'll be trying out django-cache-url.

kennethreitz commented 8 years ago

Merged!