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
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
Now that the Illuminate Redis component roughly matches the same pattern as the Database component, I propose we add a redis.connection alias so that you don't have to inject or type hint the the entire RedisManager class.
$this->app->bind('redis.connection', function ($app) {
return$app['redis']->connection();
});
The text was updated successfully, but these errors were encountered:
Now that the Illuminate Redis component roughly matches the same pattern as the Database component, I propose we add a
redis.connection
alias so that you don't have to inject or type hint the the entireRedisManager
class.The text was updated successfully, but these errors were encountered: