]> git.saurik.com Git - redis.git/blobdiff - client-libraries/ruby_2/rubyredis.rb
S*STORE now return the cardinality of the resulting set
[redis.git] / client-libraries / ruby_2 / rubyredis.rb
index ae572bcb597f91863a8929094c712a80584e36b9..38823206eac34372d2416508dab0bd8c460a8568 100644 (file)
@@ -236,7 +236,7 @@ class RedisClient
             }
             res
         else
-            raise "Protocol error, got '#{rtype}' as initial reply bye"
+            raise "Protocol error, got '#{rtype}' as initial reply byte"
         end
     end
 end