dartist / redis_client

A high-performance async/non-blocking Redis client for Dart
BSD 2-Clause "Simplified" License
100 stars 29 forks source link

Fix deserializing multiple MultiBulkReplies in a single packet. #52

Closed mbirtwell closed 9 years ago

mbirtwell commented 9 years ago

It wasn't correctly returning unconsumed data after deserializing the first MultiBulkReply

mythz commented 9 years ago

Cheers :+1: