| 1 | <?php |
||
| 18 | class Laravel540RedisSentinelManager extends VersionedRedisSentinelManager |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Get the Redis Connection instance represented by the specified name |
||
| 22 | * |
||
| 23 | * @param string $name The name of the connection as defined in the |
||
| 24 | * configuration |
||
| 25 | * |
||
| 26 | * @return \Illuminate\Redis\Connections\PredisConnection The configured |
||
| 27 | * Redis Connection instance |
||
| 28 | * |
||
| 29 | * @throws InvalidArgumentException If attempting to initialize a Redis |
||
| 30 | * Cluster connection |
||
| 31 | * @throws InvalidArgumentException If the specified connection is not |
||
| 32 | * defined in the configuration |
||
| 33 | */ |
||
| 34 | protected function resolve($name) |
||
| 38 | } |
||
| 39 |