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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user