From c2be35e6a822698938cacb9739fb1d5f259b2dd4 Mon Sep 17 00:00:00 2001 From: guokairui Date: Fri, 12 Jan 2024 15:14:49 +0800 Subject: [PATCH] u --- package.json | 2 -- source/{_drafts => _posts}/etcd-queue-problem.md | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename source/{_drafts => _posts}/etcd-queue-problem.md (99%) diff --git a/package.json b/package.json index b8f41d99a..0ddae148c 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,6 @@ "dev": "hexo server --draft", "build": "hexo generate", "clean": "hexo clean", - "draft": "hexo new draft", - "pub": "hexo publish", "post": "hexo new post", "lint": "zhlint source/_posts/**/*.md" }, diff --git a/source/_drafts/etcd-queue-problem.md b/source/_posts/etcd-queue-problem.md similarity index 99% rename from source/_drafts/etcd-queue-problem.md rename to source/_posts/etcd-queue-problem.md index 410481820..956768b2b 100644 --- a/source/_drafts/etcd-queue-problem.md +++ b/source/_posts/etcd-queue-problem.md @@ -1,9 +1,11 @@ --- title: etcd 队列引发的问题一则 -tags: [go,etcd] +tags: + - go + - etcd +date: 2024-01-12 15:14:16 --- - etcd 是分布式系统中的一个重要基础中间件,为 K8s 等关键基础设施提供了底层的 KV 储存能力。摘自 Github 描述: > Distributed reliable key-value store for the most critical data of a distributed system.