1
0

cacheconfig.json 157 B

12345678
  1. {
  2. //缓存类型 Memory = 0,Redis = 1
  3. "type": 0,
  4. //Redis配置
  5. "redis": {
  6. "connectionString": "127.0.0.1:6379,password=,defaultDatabase=2"
  7. }
  8. }