]> git.saurik.com Git - redis.git/history - client-libraries/ruby_2/rubyredis.rb
S*STORE now return the cardinality of the resulting set
[redis.git] / client-libraries / ruby_2 / rubyredis.rb
2009-05-22  antirezS*STORE now return the cardinality of the resulting set
2009-05-22  antirezrubyredis more compatible with Redis-rb
2009-05-21  antirezminor indentation fix
2009-05-21  antireztimeout support and Redis-rb compatibility aliases...
2009-05-21  antirezRubyRedis info postprocessor rewritten in a more functi...
2009-05-21  antirezdead code removed from RubyRedis
2009-05-21  antirezcommand postprocessing implemented into RubyRedis
2009-05-20  antirezAutomagically reconnection of RubyRedis
2009-05-20  antirezRubyRedis: Array alike operators implemented
2009-05-20  antirezrandom testing code removed
2009-05-20  antirezRubyRedis DB selection forced at object creation
2009-05-20  antirezInitial version of an alternative Ruby client added