summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better handling of background saving process killed or crashedantirez2009-06-162-9/+31
* number of keys info in INFO command thanks to Diego Rosario Brognaantirez2009-06-142-4/+13
* SPOP documentedantirez2009-06-143-1/+49
* Clojure library thanks to Ragnar Dahlénantirez2009-06-1413-1/+1338
* It is now possible to specify - as config file name to read it from stdinantirez2009-06-102-11/+16
* sync with jodosha redis-rbantirez2009-06-106-640/+437
* Redis-rb syncantirez2009-06-105-443/+664
* max inline request raised again to 1024*1024*256 bytesantirez2009-06-101-1/+1
* max bytes in an inline command raised to 1024*1024 bytes, in order to allow f...antirez2009-06-102-3/+5
* SPOP implemented. Hash table resizing for Sets and Expires too. Changed the r...antirez2009-06-086-12/+61
* some minor changes to the backtrace codeantirez2009-06-072-11/+13
* enable backtrace capabilities only for Linux and MacOSXantirez2009-06-072-0/+17
* Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Br...antirez2009-06-074-159/+181
* Merge git://github.com/dierbro/redisantirez2009-06-063-6/+264
|\
| * add more outputhrothgar2009-06-061-6/+32
| * store static function pointer for a useful stack tracehrothgar2009-06-061-4/+122
| * - put some order in codehrothgar2009-06-051-39/+36
| * remove die() :-)hrothgar2009-06-041-7/+1
| * add compile options to debughrothgar2009-06-041-2/+2
| * initial commit print stack tracehrothgar2009-06-041-1/+49
| * initial commit print stack tracehrothgar2009-06-041-0/+75
* | TODO updatedantirez2009-06-062-3/+7
* | Makefile dependencies updatedantirez2009-06-061-10/+12
* | Avoid a busy loop while sending very large replies against very fast links, t...antirez2009-06-051-0/+10
* | Kill the background saving process before performing SHUTDOWN to avoid racesantirez2009-06-053-15/+25
* | LREM now returns :0 for non existing keysantirez2009-06-051-1/+1
* | added config.h for #ifdef business isolation, added fstat64 for Mac OS Xantirez2009-06-054-10/+25
|/
* macosx specific zmalloc.c, uses malloc_size function in order to avoid to was...antirez2009-06-042-1/+32
* DEBUG OBJECT implementedantirez2009-06-043-1/+30
* backtrace support removed: unreliable stack trace :(antirez2009-06-042-16/+1
* initial backtrace dumping on sigsegv/sigbus + debug commandantirez2009-06-042-1/+29
* Python lib updatedantirez2009-06-031-1/+53
* shareobjectspoolsize implemented in reds.conf, in order to control the pool s...antirez2009-06-033-0/+17
* 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
* __P completely removed from pqsort.c/hantirez2009-05-281-10/+6
* another minor fix for Solaris boxesantirez2009-05-281-1/+1
* minor fix for Solaris boxesantirez2009-05-281-0/+2
* minor fix for Solaris boxesantirez2009-05-282-0/+9
* maxmemory implementedantirez2009-05-272-20/+101
* Redis git version modified to 0.101 in order to distinguish that from the lat...antirez2009-05-262-1/+3
* Redis 0.100 releasedantirez2009-05-261-3/+3
* client libraries synched in gitantirez2009-05-2618-305/+384
* ignore gcc warning about write() return code not checked. It is esplicitily t...antirez2009-05-261-1/+1
* max bytes of a received command enlarged from 1k to 16kantirez2009-05-261-1/+1
* RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorit...antirez2009-05-263-1/+13
* maxclients implemented, see redis.conf for detailsantirez2009-05-252-1/+28
* INFO command now reports replication infoantirez2009-05-252-5/+19