github.com/go-redis/redis/v8/internal/proto.Writer.int (method)

8 uses

	github.com/go-redis/redis/v8/internal/proto (current package)
		writer.go#L70: 		return w.int(int64(v))
		writer.go#L72: 		return w.int(int64(v))
		writer.go#L74: 		return w.int(int64(v))
		writer.go#L76: 		return w.int(int64(v))
		writer.go#L78: 		return w.int(v)
		writer.go#L95: 			return w.int(1)
		writer.go#L97: 		return w.int(0)
		writer.go#L138: func (w *Writer) int(n int64) error {