Cache.json 241 B

12345678
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
  3. "Cache": {
  4. "CacheType": "Memory", // Memory、Redis
  5. "RedisConnectionString": "server=127.0.0.1:6379;password=;db=5;"
  6. }
  7. }