Commit 9c568c03 by Alexander Makarov

added note about Redis to performance section

parent f00fd142
...@@ -100,6 +100,8 @@ You can use `CacheSession` to store sessions using cache. Note that some ...@@ -100,6 +100,8 @@ You can use `CacheSession` to store sessions using cache. Note that some
cache storage such as memcached has no guarantee that session data will not cache storage such as memcached has no guarantee that session data will not
be lost leading to unexpected logouts. be lost leading to unexpected logouts.
If you have [Redis](http://redis.io/) on your server, it's highly recommended as session storage.
Improving application Improving application
--------------------- ---------------------
......
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