mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-12 20:20:16 +08:00
add some unittests and bug fix
This commit is contained in:
@@ -4,8 +4,8 @@ type Connection interface {
|
||||
Write([]byte) error
|
||||
|
||||
// client should keep its subscribing channels
|
||||
SubsChannel(channel string)
|
||||
UnSubsChannel(channel string)
|
||||
Subscribe(channel string)
|
||||
UnSubscribe(channel string)
|
||||
SubsCount() int
|
||||
GetChannels() []string
|
||||
}
|
||||
|
Reference in New Issue
Block a user