at CSRedis.Internal.IO.RedisIO.ReadByte()
at CSRedis.Internal.IO.RedisReader.ReadType()
at CSRedis.Internal.IO.RedisReader.ExpectType(RedisMessage expectedType)
at CSRedis.Internal.IO.RedisReader.ReadBulkBytes(Boolean checkType)
at CSRedis.Internal.IO.RedisReader.ReadBulkString(Boolean checkType)
at CSRedis.Internal.Commands.RedisString.Parse(RedisReader reader)
at CSRedis.Internal.RedisConnector.CallAsync[T](RedisCommand1 command) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at CSRedis.Internal.RedisConnector.CallAsync[T](RedisCommand1 command)
at CSRedis.RedisClient.WriteAsync[T](RedisCommand1 command) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at CSRedis.RedisClient.WriteAsync[T](RedisCommand1 command)
at CSRedis.RedisClient.GetAsync(String key)
异步调用READ采用block同步调用
at CSRedis.Internal.IO.RedisIO.ReadByte() at CSRedis.Internal.IO.RedisReader.ReadType() at CSRedis.Internal.IO.RedisReader.ExpectType(RedisMessage expectedType) at CSRedis.Internal.IO.RedisReader.ReadBulkBytes(Boolean checkType) at CSRedis.Internal.IO.RedisReader.ReadBulkString(Boolean checkType) at CSRedis.Internal.Commands.RedisString.Parse(RedisReader reader) at CSRedis.Internal.RedisConnector.CallAsync[T](RedisCommand
1 command) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at CSRedis.Internal.RedisConnector.CallAsync[T](RedisCommand
1 command) at CSRedis.RedisClient.WriteAsync[T](RedisCommand1 command) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at CSRedis.RedisClient.WriteAsync[T](RedisCommand
1 command) at CSRedis.RedisClient.GetAsync(String key)