changed implementation to framework

This commit is contained in:
Josh Baker 2016-08-20 12:44:34 -07:00 committed by GitHub
parent 36210d8e32
commit a9bf55aaf0
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
<a href="https://godoc.org/github.com/tidwall/redcon"><img src="https://img.shields.io/badge/api-reference-blue.svg?style=flat-square" alt="GoDoc"></a>
</p>
<p align="center">Fast custom Redis server implementation for Go</a></p>
<p align="center">Fast Redis compatible framework in Go</a></p>
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