From 1ff1d056904da99d380ddc6f635193a84db54035 Mon Sep 17 00:00:00 2001 From: benschermel Date: Tue, 10 May 2022 11:30:00 -0400 Subject: [PATCH] update readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f800919e0..34e6b7dc8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ![CI](https://github.com/JohnSully/KeyDB/workflows/CI/badge.svg?branch=unstable) [![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/eq-alpha-technology-inc/eq-alpha-technology-inc) -##### KeyDB is now a part of Snap Inc! Check out the announcement [here](https://docs.keydb.dev/news/2022/05/11/keydb-joins-snap) +##### KeyDB is now a part of Snap Inc! Check out the announcement [here](https://docs.keydb.dev/news/2022/05/12/keydb-joins-snap) -##### [Release 6.3.0](https://github.com/EQ-Alpha/KeyDB/releases/tag/v6.3.0) is here with major improvements as we consolodate our Open Source and Enterprise offerings into a single BSD-3 licensed project. See our [roadmap](https://docs.keydb.dev/docs/coming-soon) for details. +##### [Release v6.3.0](https://github.com/EQ-Alpha/KeyDB/releases/tag/v6.3.0) is here with major improvements as we consolodate our Open Source and Enterprise offerings into a single BSD-3 licensed project. See our [roadmap](https://docs.keydb.dev/docs/coming-soon) for details. ##### Want to extend KeyDB with Javascript? Try [ModJS](https://github.com/JohnSully/ModJS) @@ -45,7 +45,7 @@ Additional Resources Try the KeyDB [Docker Image](https://hub.docker.com/r/eqalpha/keydb) -Join us on [Slack](https://https://docs.keydb.dev/slack/) +Join us on [Slack](https://docs.keydb.dev/slack/) Learn more using KeyDB's extensive [documentation](https://docs.keydb.dev) @@ -305,10 +305,6 @@ KeyDB works by running the normal Redis event loop on multiple threads. Network Unlike most databases the core data structure is the fastest part of the system. Most of the query time comes from parsing the REPL protocol and copying data to/from the network. -Future work: - - Allow rebalancing of connections to different threads after the connection - - Allow multiple readers access to the hashtable concurrently - Code contributions -----------------