1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Mention redis.Nil

This commit is contained in:
Vladimir Mihailenco
2017-12-27 13:29:46 +02:00
parent 58bf6f4abe
commit 624096af5e
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/go-redis/redis/internal/proto"
)
// Redis nil reply, .e.g. when key does not exist.
// Redis nil reply returned when key does not exist.
const Nil = internal.Nil
func init() {