rawilk/laravel-settings

issue setting a cached value

matiazar opened this issue · 0 comments

Laravel Settings

v3.3

Laravel Version

v10

Bug description

if some value is stored in cache. when you use Settings::set('xxx', 'zzz');
this will store zzz in cache for xxx key.. but there is no update in the DB.

if cache is off it will update DB

Steps to reproduce

No response

Relevant log output

No response