Commit 01026081 authored by Sean Bleier's avatar Sean Bleier

Fixed a couple typos.

parent 9de00c2b
...@@ -8,7 +8,7 @@ Changes in 0.9.0 ...@@ -8,7 +8,7 @@ Changes in 0.9.0
================ ================
Redis cache now allows you to use either a TCP connection or Unix domain 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 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 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 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