redis 连接字符串,设置密码
时间:2019-04-04 18:16:25
收藏:0
阅读:1054
<add name="Abp.Redis.Cache" connectionString="127.0.0.1:6379,password=123456"/>
参考:https://github.com/StackExchange/StackExchange.Redis/blob/master/Docs/Configuration.md
原文:https://www.cnblogs.com/lishidefengchen/p/10656327.html
评论(0)