return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hKeys(...\
func_get_args());
} public function hLen($key): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hLen(...\
func_get_args());
} public function hMget($key,
$fields): \Redis|array|false
{ 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());
}