1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-12 14:21:52 +03:00

Update readme for v3.

This commit is contained in:
Vladimir Mihailenco
2015-05-23 14:33:33 +03:00
parent 1d02fa85a9
commit 36fcbb1f94
3 changed files with 77 additions and 16 deletions

View File

@ -7,7 +7,7 @@ import (
"strings"
)
// Redis nil reply.
// Redis nil reply, .e.g. when key does not exist.
var Nil = errorf("redis: nil")
// Redis transaction failed.