Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Jan 12, 2024
1 parent ad66cc3 commit c2be35e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c2be35e

Please sign in to comment.