1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-25 00:01:00 +03:00

Merge branch 'lint-1.40' into v9

This commit is contained in:
monkey
2021-05-13 17:54:44 +08:00
10 changed files with 30 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ import (
"github.com/go-redis/redis/v8/internal/util"
)
// redis resp protocol data type.
const (
RespStatus = '+' // +<string>\r\n
RespError = '-' // -<string>\r\n