package cache const ( //Redis Redis_mailCache string = "mail:%d" ) type IMail interface{}