Commit Graph

19 Commits

Author SHA1 Message Date
antirez
5b19e727c7 Fix for 'make 32bit' 2009-10-27 18:44:17 +01:00
antirez
a7866db6cc double serialization routines implemented 2009-10-26 18:26:04 +01:00
antirez
325d1eb4a8 Merged Solaris patches provided by Alan Harder 2009-10-26 16:25:07 +01:00
antirez
fd8ccf4419 more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard 2009-10-23 21:24:01 +02:00
antirez
942a39618b in-memory specialized object encoding (for now 32 signed integers only) 2009-09-10 17:45:30 +02:00
antirez
56906eefea Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability 2009-06-07 14:00:31 +02:00
antirez
c4cd5f393c Merge git://github.com/dierbro/redis 2009-06-06 23:40:48 +02:00
antirez
9e9c0ce170 Makefile dependencies updated 2009-06-06 08:24:23 +02:00
hrothgar
01fe7151a9 add compile options to debug 2009-06-04 18:41:00 +00:00
antirez
b5ff27084f backtrace support removed: unreliable stack trace :( 2009-06-04 16:50:24 +02:00
antirez
7f957c925b initial backtrace dumping on sigsegv/sigbus + debug command 2009-06-04 16:45:57 +02:00
antirez
5f5b9840c3 Partial qsort implemented in SORT command, only when both BY and LIMIT is used. minor fix for a warning compiling under Linux. 2009-05-19 18:39:58 +02:00
antirez
774e304780 Issue 22 fixed 2009-04-02 09:54:45 +02:00
antirez
98c541c517 fastlz dependence removed 2009-04-01 14:36:29 +02:00
antirez
3305306f09 Initial implementation of EXPIRE 2009-04-01 13:22:35 +02:00
antirez
378fd42197 changelog added 2009-03-30 12:13:43 +02:00
antirez
53f8c2c71e now Redis is C99-ok 2009-03-27 21:37:57 +01:00
antirez
092dac2a64 another missing free->zfree replacement fixed. Thanks to Ludo 2009-03-23 14:50:09 +01:00
antirez
ed9b544e10 first commit 2009-03-22 10:30:00 +01:00