github.com/go-redis/redis/v8/internal/proto.Reader.ReadIntReply (method)

19 uses

	github.com/go-redis/redis/v8/internal/proto (current package)
		reader.go#L112: func (r *Reader) ReadIntReply() (int64, error) {

	github.com/go-redis/redis/v8
		command.go#L441: 	cmd.val, cmd.err = rd.ReadIntReply()
		command.go#L480: 			num, err := rd.ReadIntReply()
		command.go#L526: 	n, cmd.err = rd.ReadIntReply()
		command.go#L868: 			n, err := rd.ReadIntReply()
		command.go#L971: 			n, err := rd.ReadIntReply()
		command.go#L1243: 		count, err := rd.ReadIntReply()
		command.go#L1358: 				idle, err := rd.ReadIntReply()
		command.go#L1363: 				retryCount, err := rd.ReadIntReply()
		command.go#L1695: 			start, err := rd.ReadIntReply()
		command.go#L1700: 			end, err := rd.ReadIntReply()
		command.go#L1886: 			loc.GeoHash, err = rd.ReadIntReply()
		command.go#L2061: 	arity, err := rd.ReadIntReply()
		command.go#L2085: 	firstKeyPos, err := rd.ReadIntReply()
		command.go#L2091: 	lastKeyPos, err := rd.ReadIntReply()
		command.go#L2097: 	stepCount, err := rd.ReadIntReply()
		command.go#L2226: 			id, err := rd.ReadIntReply()
		command.go#L2231: 			createdAt, err := rd.ReadIntReply()
		command.go#L2237: 			costs, err := rd.ReadIntReply()