Closed crynobone closed 1 day ago
Correctly test Queue using phpredis and predis. InteractsWithRedis configure redis as set it to $this->redis but the TestCase are using Redis connection set via created Application (using Testbench).
phpredis
predis
InteractsWithRedis
$this->redis
Correctly test Queue using
phpredis
andpredis
.InteractsWithRedis
configure redis as set it to$this->redis
but the TestCase are using Redis connection set via created Application (using Testbench).