InteractsWithRedis
trait InteractsWithRedis (View source)
Methods
void | setUpRedis() Setup redis connection. | |
void | tearDownRedis() Teardown redis connection. | |
array | redisDriverProvider() Get redis driver provider. | |
void | ifRedisAvailable(callable $callback) Run test if redis is available. |
Details
void setUpRedis()
Setup redis connection.
void tearDownRedis()
Teardown redis connection.
array redisDriverProvider()
Get redis driver provider.
void ifRedisAvailable(callable $callback)
Run test if redis is available.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Foundation/Testing/Concerns/InteractsWithRedis.html