This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 45b46d95 docs: remove the Slack invitation link from README.md (#2593)
45b46d95 is described below
commit 45b46d957348f8d53c3132588cab6d53baa35c9c
Author: hulk <[email protected]>
AuthorDate: Sat Oct 12 19:24:31 2024 +0800
docs: remove the Slack invitation link from README.md (#2593)
Co-authored-by: Twice <[email protected]>
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index d3751b15..98bcd7d2 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,6 @@
---
* [Chat on Zulip](https://kvrocks.zulipchat.com/)
-* [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** 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](https://github.com/pinterest/rocksplicator) and
[blackwidow](https://github.com/Qihoo360/blackwidow).