启动 Redis WINDOW 服务:
https://github.com/ServiceStack/ServiceStack.Redis
install-package ServiceStack.Redis
var client = new RedisClient("127.0.0.1", 6379);
本文共 207 字,大约阅读时间需要 1 分钟。
启动 Redis WINDOW 服务:
https://github.com/ServiceStack/ServiceStack.Redis
install-package ServiceStack.Redis
var client = new RedisClient("127.0.0.1", 6379);
转载于:https://www.cnblogs.com/yipeng-yu/p/3870040.html