8000 Caching · pascalboucher/laravel-chatkit-api Wiki · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Caching

Pascal Boucher edited this page Jun 11, 2018 · 1 revision

Set the Cache

This is an optional feature

The client uses a Laravel Filesystem cache strategy by default.

You can override this with your preferred Laravel cache store:

Chatkit::setCache(Cache::store('redis'));
Clone this wiki locally
0