summaryrefslogtreecommitdiff
path: root/client-libraries
Commit message (Expand)AuthorAgeFilesLines
* Redis 0.100 releasedantirez2009-05-261-3/+3
* client libraries synched in gitantirez2009-05-2616-304/+380
* RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorit...antirez2009-05-261-0/+1
* minor fix to RubyRedis about bulk commands sent without argumentsantirez2009-05-251-1/+1
* RubyRedis: now sets are returned as arrays again, and not as Set objectsantirez2009-05-231-5/+0
* S*STORE now return the cardinality of the resulting setantirez2009-05-221-1/+1
* rubyredis more compatible with Redis-rbantirez2009-05-221-2/+10
* minor indentation fixantirez2009-05-211-8/+8
* timeout support and Redis-rb compatibility aliases implemented in RubyRedisantirez2009-05-211-12/+118
* RubyRedis info postprocessor rewritten in a more functional wayantirez2009-05-211-2/+1
* dead code removed from RubyRedisantirez2009-05-211-4/+0
* command postprocessing implemented into RubyRedisantirez2009-05-211-2/+34
* Automagically reconnection of RubyRedisantirez2009-05-201-3/+17
* RubyRedis: Array alike operators implementedantirez2009-05-201-0/+8
* random testing code removedantirez2009-05-201-3/+0
* RubyRedis DB selection forced at object creationantirez2009-05-201-0/+8
* Initial version of an alternative Ruby client addedantirez2009-05-201-0/+74
* disconnect when we cannot read from the socketLudovico Magnocavallo2009-05-111-0/+3
* CPP client added thanks to Brian Hammondantirez2009-05-0918-42/+2667
* SMOVE test addedantirez2009-04-281-1/+1
* GETSET testsantirez2009-04-281-1/+1
* dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymoreantirez2009-04-231-0/+6
* forgot to comment testing code in PHP lib. Now it is okantirez2009-04-211-0/+3
* PHP client ported to PHP5 and fixedantirez2009-04-212-115/+149
* library clients update scriptsantirez2009-04-085-0/+66
* Ruby client updatedantirez2009-04-086-208/+68
* Lua client updatedantirez2009-04-082-193/+206
* Merge git://github.com/ludoo/redisantirez2009-04-082-104/+114
|\
| * add expire command to the php libLudovico Magnocavallo2009-04-081-0/+6
| * fix decode bug, add flush and info commandsLudovico Magnocavallo2009-04-082-104/+108
* | ruby19 compat: use each_line on stringBob Potter2009-04-071-2/+2
|/
* add expire command to the python libLudovico Magnocavallo2009-04-061-3/+25
* fix select testLudovico Magnocavallo2009-04-021-3/+3
* fix trailing cr+nl in valuesLudovico Magnocavallo2009-04-021-57/+54
* Ruby client library updated. Important changes in this new version!antirez2009-03-2714-810/+699
* Lua client added thanks to Daniele Alessandriantirez2009-03-261-0/+0
* Lua client added thanks to Daniele Alessandriantirez2009-03-265-0/+351
* Erlang client synched with Valentiono's repoantirez2009-03-257-141/+89
* New file dump format, perl client library addedantirez2009-03-2515-8/+976
* two typos fixedantirez2009-03-241-1/+1
* Tcl client libraryantirez2009-03-241-0/+111
* sync python client to the new protocolLudovico Magnocavallo2009-03-241-92/+98
* first commitantirez2009-03-2235-0/+3885