return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hSetNx(...\
func_get_args());
} public function hStrLen($key,
$field): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hStrLen(...\
func_get_args());
} public function hVals($key): \Redis|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hVals(...\
func_get_args());
} public function hscan($key, &
$iterator,
$pattern = null,
$count = 0
): \Redis|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hscan($key,
$iterator,
$pattern,
$count, ...\
array_slice(\
func_get_args(), 4
));
} public function incr($key,
$by = 1
): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
incr(...\
func_get_args());
}