const github.com/go-redis/redis/v8/internal/proto.ArrayReply
8 uses
github.com/go-redis/redis/v8/internal/proto (current package)
reader.go#L16: ArrayReply = '*'
reader.go#L98: case ArrayReply:
reader.go#L173: case ArrayReply:
reader.go#L192: case ArrayReply:
reader.go#L301: (b[0] == StringReply || b[0] == ArrayReply) &&
writer.go#L37: if err := w.WriteByte(ArrayReply); err != nil {
github.com/go-redis/redis/v8
cluster.go#L1394: case proto.ArrayReply:
redis.go#L505: case proto.ArrayReply:
![]() |
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. |