return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hvals(...\
func_get_args());
} public function incr($key,
$by = 1
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
incr(...\
func_get_args());
} public function incrby($key,
$value): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
incrby(...\
func_get_args());
} public function incrbyfloat($key,
$value): \RedisCluster|false|float
{ 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());
}