1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

parser: greatly simplify reply parsing.

This commit is contained in:
Vladimir Mihailenco
2012-08-12 21:41:44 +03:00
parent 051049ada6
commit 59f901d62f
8 changed files with 431 additions and 305 deletions

View File

@ -1,11 +1,12 @@
package redis
import (
"bufio"
"io"
"log"
"os"
"sync"
"github.com/vmihailenco/bufio"
)
type Conn struct {