Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. 'cache' => [
  2. 'frontend' => [
  3. 'default' => [
  4. 'backend' => 'Cm_Cache_Backend_Redis',
  5. 'backend_options' => [
  6. 'server' => '127.0.0.1',
  7. 'database' => '0',
  8. 'port' => '6379'
  9. ],
  10. 'id_prefix' => 'f19_'
  11. ],
  12. 'page_cache' => [
  13. 'backend' => 'Cm_Cache_Backend_Redis',
  14. 'backend_options' => [
  15. 'server' => '127.0.0.1',
  16. 'port' => '6379',
  17. 'database' => '1',
  18. 'compress_data' => '0'
  19. ],
  20. 'id_prefix' => 'f19_'
  21. ]
  22. ]
  23. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement