2009-05-30 |
antirez | Python client library updated |
commit | commitdiff | tree | snapshot |
2009-05-29 |
antirez | Redis-rb minor bool convertion fix |
commit | commitdiff | tree | snapshot |
2009-05-29 |
antirez | ruby library client is not Redis-rb merged with RubyRed... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
antirez | __P completely removed from pqsort.c/h |
commit | commitdiff | tree | snapshot |
2009-05-28 |
antirez | another minor fix for Solaris boxes |
commit | commitdiff | tree | snapshot |
2009-05-28 |
antirez | minor fix for Solaris boxes |
commit | commitdiff | tree | snapshot |
2009-05-28 |
antirez | minor fix for Solaris boxes |
commit | commitdiff | tree | snapshot |
2009-05-27 |
antirez | maxmemory implemented |
commit | commitdiff | tree | snapshot |
2009-05-26 |
antirez | Redis git version modified to 0.101 in order to disting... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
antirez | Redis 0.100 released |
commit | commitdiff | tree | snapshot |
2009-05-26 |
antirez | client libraries synched in git |
commit | commitdiff | tree | snapshot |
2009-05-26 |
antirez | ignore gcc warning about write() return code not checke... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
antirez | max bytes of a received command enlarged from 1k to 16k |
commit | commitdiff | tree | snapshot |
2009-05-25 |
antirez | RubyRedis: set TCP_NODELAY TCP socket option to to... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
antirez | maxclients implemented, see redis.conf for details |
commit | commitdiff | tree | snapshot |
2009-05-25 |
antirez | INFO command now reports replication info |
commit | commitdiff | tree | snapshot |
2009-05-25 |
antirez | minor fix to RubyRedis about bulk commands sent without... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
antirez | Warns if using the default config |
commit | commitdiff | tree | snapshot |
2009-05-24 |
antirez | Issue with redis-client used in scripts solved, now... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
antirez | RubyRedis: now sets are returned as arrays again, and... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
antirez | SLAVEOF command documented |
commit | commitdiff | tree | snapshot |
2009-05-23 |
antirez | SLAVEOF command implemented for replication remote... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | Fix: no connection timeout for the master! |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | replication slave timeout when receiving the initial... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | README tutorial now reflects the new proto |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | critical bug about glueoutputbuffers=yes fixed. Under... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | TTL command doc added |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | TTL command implemented |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | S*STORE now return the cardinality of the resulting set |
commit | commitdiff | tree | snapshot |
2009-05-22 |
antirez | rubyredis more compatible with Redis-rb |
commit | commitdiff | tree | snapshot |
2009-05-21 |
antirez | minor indentation fix |
commit | commitdiff | tree | snapshot |
2009-05-21 |
antirez | timeout support and Redis-rb compatibility aliases... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
antirez | RubyRedis info postprocessor rewritten in a more functi... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
antirez | dead code removed from RubyRedis |
commit | commitdiff | tree | snapshot |
2009-05-21 |
antirez | command postprocessing implemented into RubyRedis |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | Automagically reconnection of RubyRedis |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | RubyRedis: Array alike operators implemented |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | random testing code removed |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | RubyRedis DB selection forced at object creation |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | Initial version of an alternative Ruby client added |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | SDIFF / SDIFFSTORE added to doc |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | Aman Gupta changes merged |
commit | commitdiff | tree | snapshot |
2009-05-20 |
antirez | Merge git://github.com/tmm1/redis |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Aman Gupta | Allow timeout=0 config to disable client timeouts |
commit | commitdiff | tree | snapshot |
2009-05-19 |
antirez | Partial qsort implemented in SORT command, only when... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
antirez | psort.c/h added. This is a partial qsort implementation... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Aman Gupta | Fix SINTER/UNIONSTORE to allow for &=/|= style operatio... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Aman Gupta | Optimize SDIFF to return as soon as the result set... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
antirez | SDIFF/SDIFFSTORE implemnted unifying it with the implem... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
antirez | timestamp in log lines |
commit | commitdiff | tree | snapshot |
2009-05-11 |
antirez | Python client updated pushing from Ludo's repository |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ludovico Magnocavallo | disconnect when we cannot read from the socket |
commit | commitdiff | tree | snapshot |
2009-05-10 |
antirez | benchmark utility now supports random keys |
commit | commitdiff | tree | snapshot |
2009-05-10 |
antirez | minor doc changes |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | added tests for vararg DEL |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | DEL is now a vararg, IMPORTANT: memory leak fixed in... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | doc changes |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | CPP client added thanks to Brian Hammond |
commit | commitdiff | tree | snapshot |
2009-05-06 |
antirez | Infinite number of arguments for MGET and all the other... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
antirez | Warns if /proc/sys/vm/overcommit_memory is set to 0... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
antirez | zmalloc fix, return NULL or real malloc failure |
commit | commitdiff | tree | snapshot |
2009-04-30 |
antirez | more fixes for dict.c and the 150 million keys limit |
commit | commitdiff | tree | snapshot |
2009-04-30 |
antirez | dict.c modified to be able to handle more than 150... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
antirez | fuzz stresser implemented in redis-test |
commit | commitdiff | tree | snapshot |
2009-04-29 |
antirez | fixed for HT resize check 32bits overflow |
commit | commitdiff | tree | snapshot |
2009-04-29 |
antirez | Check for fork() failure in background saving |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | fix for the LZF off-by-one bug added |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | print bytes used at exit on SHUTDOWN |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | SMOVE test added |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | SMOVE command implemented |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | less CPU usage in command parsing, case insensitive... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | GETSET command doc added |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | GETSET tests |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | GETSET implemented |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | ability to specify a different file name for the DB |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | log file parsing code improved a bit |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | bgsave_in_progress field in INFO output |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | INCRBY/DECRBY now support 64bit increments, with tests |
commit | commitdiff | tree | snapshot |
2009-04-23 |
antirez | RANDOMKEY regression test added |
commit | commitdiff | tree | snapshot |
2009-04-23 |
antirez | dictGetRandomKey bug fixed, RANDOMKEY will not block... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
antirez | FLUSHALL/FLUSHDB no longer sync on disk. Just increment... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
antirez | forgot to comment testing code in PHP lib. Now it is ok |
commit | commitdiff | tree | snapshot |
2009-04-21 |
antirez | PHP client ported to PHP5 and fixed |
commit | commitdiff | tree | snapshot |
2009-04-20 |
antirez | doc update |
commit | commitdiff | tree | snapshot |
2009-04-20 |
antirez | Non blocking replication (finally!). C-side linked... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
antirez | SUNION, SUNIONSTORE, Initial work on non blocking repli... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
antirez | Redis 0.091 released |
commit | commitdiff | tree | snapshot |
2009-04-10 |
antirez | SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
antirez | doc changes |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | TODO changes, minor change to default redis.conf |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | html doc updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | library clients update scripts |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Ruby client updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Lua client updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Changelog updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Merge git://github.com/ludoo/redis |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ludovico Magnocavallo | add expire command to the php lib |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ludovico Magnocavallo | fix decode bug, add flush and info commands |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bob Potter | Rearrange redisObject struct to reduce memory usage... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bob Potter | ruby19 compat: use each_line on string |
commit | commitdiff | tree | snapshot |
next |