Files
redis-go/interface/redis/reply.go
2021-05-02 14:54:42 +08:00

6 lines
58 B
Go

package redis
type Reply interface {
ToBytes() []byte
}