Commit 1cfb3633 authored by Sean Bleier's avatar Sean Bleier

Merge branch 'master' of github.com:sebleier/django-redis-cache

parents 76bfe31a 01026081
......@@ -8,7 +8,7 @@ Changes in 0.9.0
================
Redis cache now allows you to use either a TCP connection or Unix domain
socket to connect to you redis server. Using a TCP connection useful for
socket to connect to your redis server. Using a TCP connection is useful for
when you have your redis server separate from your app server and/or within
a distributed environment. Unix domain sockets are useful if you have your
redis server and application running on the same machine and want the fastest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment