readme: add link to the examples.

This commit is contained in:
Vladimir Mihailenco 2013-12-30 13:07:28 +02:00
parent 82a41314a0
commit 4b0aecbc40
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ Supports:
- Thread safety.
- Timeouts.
API docs: http://godoc.org/github.com/vmihailenco/redis/v2
API docs: http://godoc.org/github.com/vmihailenco/redis/v2.
Examples: http://godoc.org/github.com/vmihailenco/redis/v2#pkg-examples.
Installation
------------
@ -24,7 +25,7 @@ Install:
Updgrading from previous version
--------------------------------
Type system should catch most changes. But you have manually change `SetEx`, `PSetEx`, `Expire` and `PExpire` to use `time.Duration` instead of `int64`.
Type system should catch most changes. But you have to manually change `SetEx`, `PSetEx`, `Expire` and `PExpire` to use `time.Duration` instead of `int64`.
Getting started
---------------