1
0
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:
Vladimir Mihailenco 2012-08-06 17:17:18 +03:00
parent fa5858dbc4
commit ea3677294b

View File

@ -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
-----------------------