return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hMget(...\
func_get_args());
} public function hMset($key,
$fieldvals): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hMset(...\
func_get_args());
} public function hRandField($key,
$options = null
): \Redis|array|string
{ 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());
}