]> git.saurik.com Git - redis.git/history - client-libraries/ruby_2
__P completely removed from pqsort.c/h
[redis.git] / client-libraries / ruby_2 /
2009-05-25  antirezRubyRedis: set TCP_NODELAY TCP socket option to to...
2009-05-25  antirezminor fix to RubyRedis about bulk commands sent without...
2009-05-23  antirezRubyRedis: now sets are returned as arrays again, and...
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