package cache const ( //Redis Redis_PackCache string = "pack:%d" ) type IPack interface{}