mirror of https://github.com/go-redis/redis.git
Add installation instructions.
This commit is contained in:
parent
fa5858dbc4
commit
ea3677294b
16
README.md
16
README.md
|
@ -13,6 +13,22 @@ Supports:
|
|||
- TLS connections.
|
||||
- Thread safety.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Run:
|
||||
|
||||
go get github.com/vmihailenco/bufreader
|
||||
go get github.com/vmihailenco/redis
|
||||
|
||||
Run tests:
|
||||
|
||||
go test -gocheck.v
|
||||
|
||||
Run benchmarks:
|
||||
|
||||
go test -gocheck.b
|
||||
|
||||
Getting Client instance
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue