尝试使用csredis SDK获取数据时,是否有任何人遇到以下错误:
Cannot access a closed Stream.
at System.IO.__Error.StreamIsClosed()
at System.IO.BufferedStream.EnsureNotClosed()
at System.IO.BufferedStream.Write(Byte[] array, Int32 offset, Int32 count)
at CSRedis.Internal.RedisWriter.Write(RedisCommand command, Stream stream)
at CSRedis.Internal.RedisConnector.Call[T](RedisCommand`1 command)
at CSRedis.RedisClient.Write[T](RedisCommand`1 command)
at CSRedis.RedisClient.Get(String key)
可能是什么原因?任何帮助表示赞赏。