我遇到了一个问题我的mono / c#app,当在.Net 4.0上的VS2013上使用nuget版本的ServiceStack.Redis时出现编译错误
Type or namespace 'RedisClient' could not be found - are you missing a reference?
我正在使用ServiceStack 4.0.31.0
using ServiceStack.Redis;
var client = new RedisClient("localhost");
提前致谢