You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
By default I get 'cache_store' => env('RESPONSE_CACHE_DRIVER', 'dynamodb'),
in .env
RESPONSE_CACHE_DRIVER=file
I am afraid of AWS policy of duplicating servers to several copies.
Should
RESPONSE_CACHE_DRIVER=file
be replaced not to fail with file driver failing to shot the correct copy and with what driver would you replace it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
By default I get 'cache_store' => env('RESPONSE_CACHE_DRIVER', 'dynamodb'),
in .env
RESPONSE_CACHE_DRIVER=file
I am afraid of AWS policy of duplicating servers to several copies.
Should
RESPONSE_CACHE_DRIVER=file
be replaced not to fail with file driver failing to shot the correct copy and with what driver would you replace it?
Beta Was this translation helpful? Give feedback.
All reactions