summaryrefslogtreecommitdiff
path: root/client-libraries
Commit message (Expand)AuthorAgeFilesLines
* client-libraries directory readdedantirez2009-11-031-0/+11
* client libs removed from Redis gitantirez2009-11-03110-10740/+0
* A lot of ZSETs tests implemented, and a bug fixed thanks to this new testsantirez2009-10-271-1/+1
* ZREM implementedantirez2009-10-261-1/+1
* some work on ZADD against existing element (score update), still broken...antirez2009-10-241-1/+1
* Imporant bug leading to data corruption fixed (NOT affecting stable distribut...antirez2009-10-201-2/+3
* MSET and MSETNX commands implementedantirez2009-10-161-2/+21
* Ruby client lib updated to the latest git versionantirez2009-09-029-122/+172
* update-scala-client script addedantirez2009-09-021-0/+12
* Scala client added thanks to Alejanro Crosaantirez2009-09-0225-0/+1590
* update-ruby-client script already points to ezmobius repoantirez2009-06-161-2/+2
* client libraries updatedantirez2009-06-1616-86/+165
* Clojure library thanks to Ragnar Dahlénantirez2009-06-1412-0/+1337
* It is now possible to specify - as config file name to read it from stdinantirez2009-06-101-1/+1
* sync with jodosha redis-rbantirez2009-06-106-640/+437
* Redis-rb syncantirez2009-06-105-443/+664
* Python lib updatedantirez2009-06-031-1/+53
* Erlang client updatedantirez2009-05-306-15/+57
* Python client library updatedantirez2009-05-301-96/+137
* Redis-rb minor bool convertion fixantirez2009-05-291-7/+1
* ruby library client is not Redis-rb merged with RubyRedis "engine" by Brian M...antirez2009-05-298-1054/+448
* 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