S*STORE now return the cardinality of the resulting set

This commit is contained in:
antirez
2009-05-22 15:29:27 +02:00
parent e3d48807b9
commit 03fd01c7eb
2 changed files with 5 additions and 3 deletions

View 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