From dd5ee1d2b3d612c3570404f31d20291e0636090b Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Thu, 11 Feb 2021 16:30:12 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c991a7..fc5531b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

Fast Redis compatible server framework for Go

-Redcon is a custom Redis server framework for Go that is fast and simple to use. The reason for this library it to give an efficient server front-end for the [BuntDB](https://github.com/tidwall/buntdb) and [Tile38](https://github.com/tidwall/tile38) projects. +Redcon is a custom Redis server framework for Go that is fast and simple to use. Features --------