loop = $loop; } /** * Create Redis client connected to address of given redis instance * * @param string $target * @return Client */ public function createLazyClient($target) { return new LazyClient($target, $this, $this->loop); } }