forked from mirror/redcon
changed implementation to framework
This commit is contained in:
parent
36210d8e32
commit
a9bf55aaf0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue