return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pexpireat(...\
func_get_args());
} public function pfadd($key,
$elements): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pfadd(...\
func_get_args());
} public function pfcount($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pfcount(...\
func_get_args());
} public function pfmerge($key,
$keys): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pfmerge(...\
func_get_args());
} public function ping($key_or_address,
$message = null
): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
ping(...\
func_get_args());
}