($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
cleartransferredbytes(...\
func_get_args());
} public function hdel($key,
$member, ...
$other_members): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hdel(...\
func_get_args());
} public function hexists($key,
$member): \RedisCluster|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): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hgetall(...\
func_get_args());
}