config.go 153 B

123456
  1. package kv
  2. import "github.com/wuntsong-org/go-zero-plus/core/stores/cache"
  3. // KvConf is an alias of cache.ClusterConf.
  4. type KvConf = cache.ClusterConf