Browse Source

added note about Redis to performance section

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
9c568c03ff
  1. 2
      docs/guide/performance.md

2
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
---------------------

Loading…
Cancel
Save