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

Move key to ZStore

This commit is contained in:
Vladimir Mihailenco
2019-08-09 16:23:56 +03:00
parent 22465b7530
commit f6fc23d2fa
5 changed files with 27 additions and 23 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/go-redis/redis/v7/internal/proto"
)
// Nil reply Redis returns when key does not exist.
// Nil reply returned by Redis when key does not exist.
const Nil = proto.Nil
func SetLogger(logger *log.Logger) {