return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hlen(...\
func_get_args());
} public function hmget($key,
$keys): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hmget(...\
func_get_args());
} public function hmset($key,
$key_values): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hmset(...\
func_get_args());
} public function hscan($key, &
$iterator,
$pattern = null,
$count = 0
): array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hscan($key,
$iterator,
$pattern,
$count, ...\
array_slice(\
func_get_args(), 4
));
} public function hrandfield($key,
$options = null
): \RedisCluster|array|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hrandfield(...\
func_get_args());
}