forked from mirror/redis
Document Nil variable.
This commit is contained in:
parent
a8b009b2a9
commit
ce63ade88d
|
@ -10,6 +10,7 @@ import (
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Represents Redis nil reply.
|
||||||
var Nil = errors.New("(nil)")
|
var Nil = errors.New("(nil)")
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue