From 9c568c03ffd5511de917e34e3b5041ebf606101c Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 4 Aug 2013 02:08:38 +0400 Subject: [PATCH] added note about Redis to performance section --- docs/guide/performance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/performance.md b/docs/guide/performance.md index 1fa3529..3f83dae 100644 --- a/docs/guide/performance.md +++ b/docs/guide/performance.md @@ -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 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 ---------------------