Closed
Description
What steps will reproduce the problem?
- Set up Redis cluster
- Call method
$this->instance->clear()
public function clear(): bool
{
return $this->client->flushdb() !== null;
}
What is the expected result?
Completed cleaning
What do you get instead?
I get an exception
Additional info
Q | A |
---|---|
Version | 1.0.0 |
PHP version | 8.0.21 |
Operating system | Alpine |
Redis | 6.2.6 - 7.0.4 |