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());
} public function hset($key,
$member,
$value): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hset(...\
func_get_args());
} public function hsetnx($key,
$member,
$value): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hsetnx(...\
func_get_args());
} public function hstrlen($key,
$field): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hstrlen(...\
func_get_args());
}