return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hDel(...\
func_get_args());
} public function hExists($key,
$field): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hExists(...\
func_get_args());
} public function hGet($key,
$member): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hGet(...\
func_get_args());
} public function hGetAll($key): \Redis|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hGetAll(...\
func_get_args());
} public function hIncrBy($key,
$field,
$value): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hIncrBy(...\
func_get_args());
}