updated example link

This commit is contained in:
Josh Baker 2016-07-28 10:43:10 -07:00
parent 29f12698c0
commit 671374e8fd
2 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@ Supports pipelining and telnet commands.
There is only one function `ListenAndServe`, and one type `Conn`.
Installing
----------
```
go get github.com/tidwall/redcon
```
Example
-------
Here's a full example of a Redis clone that accepts:
- SET key value