return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
expiretime(...\
func_get_args());
} public function pexpiretime($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pexpiretime(...\
func_get_args());
} public function flushall($key_or_address,
$async = false
): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
flushall(...\
func_get_args());
} public function flushdb($key_or_address,
$async = false
): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
flushdb(...\
func_get_args());
} public function geoadd($key,
$lng,
$lat,
$member, ...
$other_triples_and_options): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
geoadd(...\
func_get_args());
}