type github.com/go-redis/redis/v8/internal/proto.MultiBulkParse
5 uses
github.com/go-redis/redis/v8/internal/proto (current package)
reader.go#L31: type MultiBulkParse func(*Reader, int64) (interface{}, error)
reader.go#L83: func (r *Reader) ReadReply(m MultiBulkParse) (interface{}, error) {
reader.go#L165: func (r *Reader) ReadArrayReply(m MultiBulkParse) (interface{}, error) {
github.com/go-redis/redis/v8
command.go#L1846: func newGeoLocationSliceParser(q *GeoRadiusQuery) proto.MultiBulkParse {
command.go#L1870: func newGeoLocationParser(q *GeoRadiusQuery) proto.MultiBulkParse {
![]() |
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. |