From 36210d8e32d2e4ca66d9e43902761281956575ae Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 20 Aug 2016 12:37:15 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e8dba..2dab512 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ GoDoc

-

Fast Redis server implementation for Go

+

Fast custom Redis server implementation for Go

-Redcon is a Redis server implementation 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 implementation 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. Features