Skip to content

Commit

Permalink
added octane cache store
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Sep 2, 2021
1 parent df63672 commit 04a4e86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| not explicitly specified when executing a given caching function.
|
| Supported: "apc", "array", "database", "file",
| "memcached", "redis", "dynamodb", "null"
| "memcached", "redis", "dynamodb", "octane", "null"
|
*/

Expand Down Expand Up @@ -88,6 +88,10 @@
'endpoint' => env('DYNAMODB_ENDPOINT'),
],

'octane' => [
'driver' => 'octane',
],

],

/*
Expand Down

0 comments on commit 04a4e86

Please sign in to comment.