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
I would expect it to add the geocode-cache as one of the options,
howver doing this sets the redis to that alone stripping out the defaults (ie clients, options etc.)
The text was updated successfully, but these errors were encountered:
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
#634d32e8eb6d21182a943fc7c02403af5f56acc0 from the installer
#480816e22010049ce6aafe5494b4373bb1c75960 removes the database.php config to allow the vendor one to work,
Artisan tinker =-> config('database') shows all as expected
#786ecfd356573d8bda75a4c3a4f67f1b6a787ef6 adds just a new db and new redis connection,
Artisan tinker =-> config('database') shows Database as expected, Redis not at all as expected
Laravel Version
11.6
PHP Version
8.2.18
Database Driver & Version
Postgres 11
Description
Combining configs, redis does not merge the new connection in, it overrides the entire section.
Steps To Reproduce
in config/database.php:
I would expect it to add the geocode-cache as one of the options,
howver doing this sets the redis to that alone stripping out the defaults (ie clients, options etc.)
The text was updated successfully, but these errors were encountered: