Cache.json 308 B

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