return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hincrbyfloat(...\
func_get_args());
} public function hkeys($key): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hkeys(...\
func_get_args());
} public function hlen($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hlen(...\
func_get_args());
} public function hmget($key,
$keys): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hmget(...\
func_get_args());
} public function hmset($key,
$key_values): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hmset(...\
func_get_args());
}