From a9bf55aaf0840e5fa378259a4de7bbf0b23b5db4 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 20 Aug 2016 12:44:34 -0700 Subject: [PATCH] changed implementation to framework --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dab512..2c0c291 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ GoDoc

-

Fast custom Redis server implementation for Go

+

Fast Redis compatible framework in Go

-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. +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. Features