This is an automated email from the ASF dual-hosted git repository.
zhaoliwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
The following commit(s) were added to refs/heads/master by this push:
new a90547b fix api.md (#8)
a90547b is described below
commit a90547bfb1487847e66e5c08ae3a7508b29600ef
Author: zhao liwei <[email protected]>
AuthorDate: Thu Jul 22 10:55:34 2021 +0800
fix api.md (#8)
---
_docs/zh/api/api.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_docs/zh/api/api.md b/_docs/zh/api/api.md
index 2369b06..1a0bb08 100644
--- a/_docs/zh/api/api.md
+++ b/_docs/zh/api/api.md
@@ -11,9 +11,9 @@ permalink: api/index.html
这也是我们的客户端与Pegasus服务端交互所使用的协议。我们通过该协议暴露了
-- 单行非幂等原子操作,如 set/get/del/ttl...
+- 单行幂等原子操作,如 set/get/del/ttl...
-- 单行幂等原子操作,如 check_and_mutate/incr...
+- 单行非幂等原子操作,如 check_and_mutate/incr...
- 多行幂等原子操作,如 multiset/multiget/multidel...
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]