Cache.json 296 B

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