Files
ponzi/config
m4tlch 19f4e346d4 Add underscore to prefix in database cache key (#5817)
For Redis caching prefix with underscore : 
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),

but when cache stored in database, then the key is created "merged" with prefix, by this line:  'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), for example, if "key" is a key for cache, then the result is: "laravel_cachekey", not a preferable "laravel_cache_key"
2022-02-15 09:09:29 -06:00
..
2022-02-01 08:43:03 -06:00
2021-06-01 17:49:55 +02:00
2022-02-03 16:06:00 +01:00
2021-12-07 17:10:58 +01:00
2021-11-15 15:10:04 -06:00
2019-08-14 09:19:31 -05:00
2022-02-04 09:34:38 -06:00
2020-03-06 07:57:18 -06:00