7 lines
137 B
Go
7 lines
137 B
Go
package cache
|
||
|
||
// 缓存+队列套件,redis队列使用时,请参考单元测试中的配置
|
||
// 目前支持:
|
||
// - redis
|
||
// - memory
|