We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f107e1 commit bc332c5Copy full SHA for bc332c5
src/SwooleRedisServiceProvider.php
@@ -61,7 +61,7 @@ protected function registerSession()
61
protected function registerCache()
62
{
63
$this->app->afterResolving('cache', function (CacheManager $manager) {
64
- $manager->extend('redis_pool_store', function ($app) use ($manager) {
+ $manager->extend('redis_pool', function ($app) use ($manager) {
65
return $manager->repository(new SwooleRedisStore($app->make('redis_pool'),
66
config('cache.prefix'),
67
config("cache.stores.redis_pool.connection", 'default'))
0 commit comments