mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-06 01:07:06 +08:00
6 lines
58 B
Go
6 lines
58 B
Go
package redis
|
|
|
|
type Reply interface {
|
|
ToBytes() []byte
|
|
}
|