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 {