This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new ca54a5c1 Add mailing list to README (#1023)
ca54a5c1 is described below
commit ca54a5c1e48f7fc4cccdc5f33c67123bac547e37
Author: Twice <[email protected]>
AuthorDate: Fri Oct 21 19:34:51 2022 +0800
Add mailing list to README (#1023)
* Add mailing list to README
* Update .asf.yaml
* Update README.md
Co-authored-by: tison <[email protected]>
Co-authored-by: tison <[email protected]>
---
.asf.yaml | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 75fa0f91..340a4d66 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,4 +47,4 @@ notifications:
issues: [email protected]
pullrequests: [email protected]
jobs: [email protected]
- discussions: [email protected]
+ discussions: [email protected]
diff --git a/README.md b/README.md
index eecd038d..37b26e1a 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@
---
-* [Google Group](https://groups.google.com/g/kvrocks)
* [Slack
Channel](https://join.slack.com/t/kvrockscommunity/shared_invite/zt-p5928e3r-OUAK8SUgC8GOceGM6dAz6w)
+* [Mailing List](https://lists.apache.org/[email protected])
([how to
subscribe](https://www.apache.org/foundation/mailinglists.html#subscribing))
**Apache Kvrocks(Incubating)** is a distributed key value NoSQL database that
uses RocksDB as storage engine and is compatible with Redis protocol. Kvrocks
intends to decrease the cost of memory and increase the capacity while compared
to Redis. The design of replication and storage was inspired by `rocksplicator`
and `blackwidow`.