return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
ping(...\
func_get_args());
} public function psetex($key,
$timeout,
$value): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
psetex(...\
func_get_args());
} public function psubscribe($patterns,
$callback): void
{ ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
psubscribe(...\
func_get_args());
} public function pttl($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pttl(...\
func_get_args());
} public function publish($channel,
$message): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
publish(...\
func_get_args());
}