@melchyore/adonis-cache
Version:
Cache package for AdonisJS V5
17 lines (16 loc) • 552 B
Plain Text
/*
|--------------------------------------------------------------------------
| Redis store
|--------------------------------------------------------------------------
|
| Use this store to store cache in redis. By default,
| it will use the default redis connection from the
| environment variables.
| You can specify another connection by adding the `connection`
| property to the `redis` object as follows:
| connection: 'my-other-connection-name',
|
*/
redis: {
driver: 'redis'
},