redis.go 106 B

123456
  1. package consts
  2. const (
  3. ExportStyleChannel = "adm-export-channel"
  4. ExportStylelist = "adm-export-list"
  5. )