function it_disconnects_redis_client(RedisClientInterface $redis)
 {
     $redis->disconnect()->shouldBecalled();
     $this->disconnectFromRedis();
 }