From a88a6c7cb0640a0a18e3c2d9a05aef71d5d20852 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 20 Aug 2016 12:45:14 -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 2c0c291..1fc9728 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GoDoc

-

Fast Redis compatible framework in Go

+

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.