1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Document Nil variable.

This commit is contained in:
Vladimir Mihailenco
2012-08-25 16:34:13 +03:00
parent a8b009b2a9
commit ce63ade88d

View File

@ -10,6 +10,7 @@ import (
//------------------------------------------------------------------------------
// Represents Redis nil reply.
var Nil = errors.New("(nil)")
//------------------------------------------------------------------------------