Closed this issue 5 months ago · 1 comments
github.com/zhufuyi/sponge/pkg/cache 是可以配置redis吗 假如不能那缓存是如何解决多服务器的问题
哦 牛逼 看到了
// Choose to create a memory or redis cache depending on CType cache := cache.NewUserExampleCache(&model.CacheType{ CType: "redis", Rdb: c.RedisClient, })