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