15 Commits

Author SHA1 Message Date
antirez
a56785f73c RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux 2009-05-26 01:12:46 +02:00
antirez
0b420168b4 minor fix to RubyRedis about bulk commands sent without arguments 2009-05-25 21:30:20 +02:00
antirez
4d30232b04 RubyRedis: now sets are returned as arrays again, and not as Set objects 2009-05-23 11:33:21 +02:00
antirez
03fd01c7eb S*STORE now return the cardinality of the resulting set 2009-05-22 15:29:27 +02:00
antirez
e3d48807b9 rubyredis more compatible with Redis-rb 2009-05-22 12:16:57 +02:00
antirez
06374c4b17 minor indentation fix 2009-05-21 21:18:31 +02:00
antirez
0dd8fce106 timeout support and Redis-rb compatibility aliases implemented in RubyRedis 2009-05-21 21:03:41 +02:00
antirez
f5bf7e3e30 RubyRedis info postprocessor rewritten in a more functional way 2009-05-21 13:51:30 +02:00
antirez
fc9aeaeaf8 dead code removed from RubyRedis 2009-05-21 13:31:00 +02:00
antirez
3ba37089b5 command postprocessing implemented into RubyRedis 2009-05-21 13:22:20 +02:00
antirez
3f32f1f691 Automagically reconnection of RubyRedis 2009-05-20 17:52:47 +02:00
antirez
ad0ea27c83 RubyRedis: Array alike operators implemented 2009-05-20 17:34:20 +02:00
antirez
cd71a5705d random testing code removed 2009-05-20 17:23:06 +02:00
antirez
4e1684df09 RubyRedis DB selection forced at object creation 2009-05-20 17:22:29 +02:00
antirez
4a327b4af9 Initial version of an alternative Ruby client added 2009-05-20 16:36:12 +02:00