Commit Graph

64 Commits

Author SHA1 Message Date
antirez
9155ea9c71 client-libraries directory readded 2009-11-03 12:05:13 +01:00
antirez
1259672feb client libs removed from Redis git 2009-11-03 11:25:32 +01:00
antirez
d7f43c081a A lot of ZSETs tests implemented, and a bug fixed thanks to this new tests 2009-10-27 18:31:12 +01:00
antirez
1b7106e7db ZREM implemented 2009-10-26 12:04:42 +01:00
antirez
e197b441a2 some work on ZADD against existing element (score update), still broken... 2009-10-24 01:27:18 +02:00
antirez
f69f2cbafe Imporant bug leading to data corruption fixed (NOT affecting stable distribution), Tcl client lib MSET/MSETNX implementation fixed, Added new tests for MSET and MSETNX in test-redis.tcl 2009-10-20 11:39:20 +02:00
antirez
f6b141c57d MSET and MSETNX commands implemented 2009-10-16 13:44:25 +02:00
antirez
3113921a45 Ruby client lib updated to the latest git version 2009-09-02 10:37:32 +02:00
antirez
123d7c93cb update-scala-client script added 2009-09-02 10:36:03 +02:00
antirez
7c44bbb110 Scala client added thanks to Alejanro Crosa 2009-09-02 10:34:27 +02:00
antirez
88a88bb667 update-ruby-client script already points to ezmobius repo 2009-06-16 16:46:33 +02:00
antirez
111d9959c0 client libraries updated 2009-06-16 16:45:04 +02:00
antirez
e59229a2d5 Clojure library thanks to Ragnar Dahlén 2009-06-14 23:15:21 +02:00
antirez
c9a111acf4 It is now possible to specify - as config file name to read it from stdin 2009-06-10 14:40:11 +02:00
antirez
0df1ead745 sync with jodosha redis-rb 2009-06-10 00:11:17 +02:00
antirez
38210f7fe5 Redis-rb sync 2009-06-10 00:08:10 +02:00
antirez
f7acd60336 Python lib updated 2009-06-03 16:03:21 +02:00
antirez
67d3e950ba Erlang client updated 2009-05-30 10:17:06 +02:00
antirez
be42428336 Python client library updated 2009-05-30 10:14:57 +02:00
antirez
6a97a74f5e Redis-rb minor bool convertion fix 2009-05-29 12:52:21 +02:00
antirez
69664139b5 ruby library client is not Redis-rb merged with RubyRedis "engine" by Brian McKinney 2009-05-29 12:28:37 +02:00
antirez
77b78dc401 Redis 0.100 released 2009-05-26 18:13:40 +02:00
antirez
d7fc9edb18 client libraries synched in git 2009-05-26 18:10:50 +02:00
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
Ludovico Magnocavallo
b062edf392 disconnect when we cannot read from the socket 2009-05-11 13:39:59 +02:00
antirez
57172ffb31 CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
antirez
0eeb2a4b8f SMOVE test added 2009-04-28 21:19:37 +02:00
antirez
7ac6d4613f GETSET tests 2009-04-28 16:21:16 +02:00
antirez
6f864e6266 dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore 2009-04-23 18:46:11 +02:00
antirez
975a5b6f98 forgot to comment testing code in PHP lib. Now it is ok 2009-04-21 19:47:12 +02:00
antirez
8d03032a83 PHP client ported to PHP5 and fixed 2009-04-21 19:43:02 +02:00
antirez
0bd06e524a library clients update scripts 2009-04-08 13:26:36 +02:00
antirez
9495122b18 Ruby client updated 2009-04-08 13:20:03 +02:00
antirez
928394cd12 Lua client updated 2009-04-08 13:17:55 +02:00
antirez
575acbf1f7 Merge git://github.com/ludoo/redis 2009-04-08 12:13:56 +02:00
Ludovico Magnocavallo
9a2944ace2 add expire command to the php lib 2009-04-08 12:09:56 +02:00