Fork me on GitHub
摘要: 1. redis-cli.exe 2.shutdown 如果出现 (error) NOAUTH Authentication required.,则需要验证之前设置的密码(没出现请忽略第三步) 3.auth 你的密码 4.exit 5.redis-server.exe redis.windows.c 阅读全文
posted @ 2021-08-03 18:08 WantRemake 阅读(862) 评论(0) 推荐(0) 编辑
摘要: 发布者: using StackExchange.Redis;using System; namespace publish{ class Program { static void Main(string[] args) { //创建连接 using (ConnectionMultiplexer 阅读全文
posted @ 2021-08-03 18:01 WantRemake 阅读(108) 评论(0) 推荐(0) 编辑