😎恢复默认Memory内存缓存
This commit is contained in:
parent
faac45792b
commit
0e69c32d70
@ -4,9 +4,9 @@
|
||||
// 缓存配置
|
||||
"Cache": {
|
||||
"Prefix": "adminnet_", // 全局缓存前缀
|
||||
"CacheType": "Redis", // Memory、Redis
|
||||
"CacheType": "Memory", // Memory、Redis
|
||||
"Redis": {
|
||||
"Configuration": "server=127.0.0.1:6379;password=;db=10;", // Redis连接字符串
|
||||
"Configuration": "server=127.0.0.1:6379;password=;db=5;", // Redis连接字符串
|
||||
"Prefix": "adminnet_", // Redis前缀(目前没用)
|
||||
"MaxMessageSize": "1048576", // 最大消息大小 默认1024 * 1024
|
||||
"AutoDetect": false // 自动检测集群节点 阿里云的Redis分布式集群使用代理模式,需要设置为false关闭自动检测;如果不用代理地址,就配置多个节点地址并打开自动检测
|
||||
|
||||
Loading…
Reference in New Issue
Block a user