csredis
csredis copied to clipboard
Unexpected end of stream; expected type 'Status'
Unexpected end of stream; expected type 'Status'; data = '' at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func2 handler, Int32 jump, Int32 errtimes) at CSRedis.CSRedisClient.ExecuteScalar[T](String key, Func3 hander)
at CSRedis.CSRedisClient.Set(String key, Object value, Int32 expireSeconds, Nullable1 exists) at JuaiGroupPurchaseCRM.Framework.Caching.Redis.RedisWrapper.SetValue(String key, String value, Nullable1 expiresAt)
调试执行下面的代码:执行完第一行代码之后,停留几秒后继续执行下一行代码,就报上面的错误
redisWrapper.SetValue("test-demo", "demo1");
redisWrapper.SetValue("test-demo", "demo2");