From ca54a5c1e48f7fc4cccdc5f33c67123bac547e37 Mon Sep 17 00:00:00 2001 From: Twice Date: Fri, 21 Oct 2022 19:34:51 +0800 Subject: [PATCH] Add mailing list to README (#1023) * Add mailing list to README * Update .asf.yaml * Update README.md Co-authored-by: tison Co-authored-by: tison --- .asf.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 75fa0f91e6e..340a4d664f7 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -47,4 +47,4 @@ notifications: issues: issues@kvrocks.apache.org pullrequests: issues@kvrocks.apache.org jobs: builds@kvrocks.apache.org - discussions: dev@kvrocks.apache.org + discussions: issues@kvrocks.apache.org diff --git a/README.md b/README.md index eecd038dda6..37b26e1aac6 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/list.html?dev@kvrocks.apache.org) ([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`.