interface.go 55 字节
Newer Older
E
eoLinker API Management 已提交
1 2 3 4 5
package redis

type RedisClient interface {
	Cmdable
}