Skip to content

Commit

Permalink
Restore failure if token not recognized.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 20, 2018
1 parent b5172cb commit be6367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async/redis/protocol/resp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def read_object
return read_line

else
# puts @stream
puts @stream.inspect
puts @stream.read(1000)
@stream.flush
# raise NotImplementedError, "Implementation for token #{token} missing"
Expand Down

0 comments on commit be6367c

Please sign in to comment.