1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Code cleanup

This commit is contained in:
Vladimir Mihailenco
2017-03-31 15:11:11 +03:00
parent 18dcec2144
commit ef95182d29
7 changed files with 3 additions and 33 deletions

View File

@ -3,7 +3,6 @@ package redis
import (
"fmt"
"net"
"sync"
"time"
"github.com/go-redis/redis/internal"
@ -17,7 +16,6 @@ type PubSub struct {
base baseClient
cmd *Cmd
mu sync.Mutex
channels []string
patterns []string
}