mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
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…
x
Reference in New Issue
Block a user