return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
incrbyfloat(...\
func_get_args());
} public function info($key_or_address, ...
$sections): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
info(...\
func_get_args());
} public function keys($pattern): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
keys(...\
func_get_args());
} public function lastsave($key_or_address): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lastsave(...\
func_get_args());
} public function lget($key,
$index): \RedisCluster|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lget(...\
func_get_args());
}