Cache.json 377 B

123456789101112
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "Cache": {
  4. "Prefix": "adminnet_", // 全局缓存前缀
  5. "CacheType": "Redis", // Memory、Redis
  6. "Redis": {
  7. "Configuration": "server=127.0.0.1:6379;password=;db=5;", // Redis连接字符串
  8. "Prefix": "adminnet_" // Redis前缀(目前没用)
  9. }
  10. }
  11. }