lib/redis.rb in redis-2.1.0 vs lib/redis.rb in redis-2.1.1
- old
+ new
@@ -1,8 +1,8 @@
require 'socket'
class Redis
- VERSION = "2.1.0"
+ VERSION = "2.1.1"
class ProtocolError < RuntimeError
def initialize(reply_type)
super(<<-EOS.gsub(/(?:^|\n)\s*/, " "))
Got '#{reply_type}' as initial reply byte.