Cache.json 249 B

12345678
  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. }
  7. }