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

Remove unused code

This commit is contained in:
Vladimir Mihailenco
2018-08-13 09:52:36 +03:00
parent 33287c7c34
commit 8ebf0b7750
2 changed files with 0 additions and 9 deletions

View File

@@ -8,8 +8,6 @@ import (
"github.com/go-redis/redis/internal/util"
)
const bytesAllocLimit = 1024 * 1024 // 1mb
const (
ErrorReply = '-'
StatusReply = '+'