update cache item_ttl docs (#8222)

This commit is contained in:
Lunny Xiao
2019-09-18 10:50:45 +03:00
committed by Lauris BH
parent 0772aa9c30
commit 53a9602c32
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -293,6 +293,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
- `HOST`: **\<empty\>**: Connection string for `redis` and `memcache`.
- Redis: `network=tcp,addr=127.0.0.1:6379,password=macaron,db=0,pool_size=100,idle_timeout=180`
- Memache: `127.0.0.1:9090;127.0.0.1:9091`
- `ITEM_TTL`: **16h**: Time to keep items in cache if not used, Setting it to 0 disables caching.
## Session (`session`)