mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
parser: greatly simplify reply parsing.
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
package redis_test
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
|
||||
"github.com/vmihailenco/bufio"
|
||||
. "launchpad.net/gocheck"
|
||||
|
||||
"github.com/vmihailenco/redis"
|
||||
|
Reference in New Issue
Block a user