return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
persist(...\
func_get_args());
} public function pexpire($key,
$timeout,
$mode = null
): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pexpire(...\
func_get_args());
} public function pexpireat($key,
$timestamp,
$mode = null
): \RedisCluster|bool
{ 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());
}