return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hgetall(...\
func_get_args());
} public function hincrby($key,
$member,
$value): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hincrby(...\
func_get_args());
} public function hincrbyfloat($key,
$member,
$value): \RedisCluster|false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hincrbyfloat(...\
func_get_args());
} public function hkeys($key): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hkeys(...\
func_get_args());
} public function hlen($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hlen(...\
func_get_args());
}