type github.com/go-redis/redis/v8/internal/proto.RedisError
9 uses
github.com/go-redis/redis/v8/internal/proto (current package)
reader.go#L21: const Nil = RedisError("redis: nil")
reader.go#L23: type RedisError string
reader.go#L25: func (e RedisError) Error() string { return string(e) }
reader.go#L27: func (RedisError) RedisError() {}
reader.go#L306: return RedisError(string(line[1:]))
github.com/go-redis/redis/v8
command.go#L317: if err, ok := err.(proto.RedisError); ok {
error.go#L25: var _ Error = proto.RedisError("")
error.go#L60: _, ok := err.(proto.RedisError)
tx.go#L11: const TxFailedErr = proto.RedisError("redis: transaction failed")
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |