8 lines
93 B
Go
8 lines
93 B
Go
package cache
|
|
|
|
const ( //Redis
|
|
Redis_PackCache string = "pack:%d"
|
|
)
|
|
|
|
type IPack interface{}
|