return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
ping(...\
func_get_args());
} public function pipeline(): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pipeline(...\
func_get_args());
} public function popen($host,
$port = 6379,
$timeout = 0,
$persistent_id = null,
$retry_interval = 0,
$read_timeout = 0,
$context = null
): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
popen(...\
func_get_args());
} public function psetex($key,
$expire,
$value): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
psetex(...\
func_get_args());
} public function psubscribe($patterns,
$cb): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
psubscribe(...\
func_get_args());
}