summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hiredis max multi bulk nesting level raised to 7antirez2011-06-301-3/+3
* DEUBG SLEEP implementedantirez2011-06-301-0/+6
* First implementation of the slow log featureantirez2011-06-305-38/+182
* Partial fix for a problem with AOF and BRPOP. We have at least a single evide...antirez2011-06-291-0/+2
* Merge remote branch 'origin/unstable' into unstableantirez2011-06-251-1/+1
|\
| * Merge pull request #63 from djanowski/tclwith-deprecated-diskstoreSalvatore Sanfilippo2011-06-241-1/+1
| |\
| | * Avoid bug reports when Tcl is not installed.Damian Janowski2011-06-241-1/+1
| | * Merge branch 'unstable'antirez2011-06-07163-7691/+333
| | |\
| | * \ Merge branch 'unstable'antirez2011-05-256-4/+13
| | |\ \
| | * | | Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regressi...antirez2011-05-192-1/+9
| | * | | Merge branch 'unstable'antirez2011-05-165-3/+22
| | |\ \ \
| | * \ \ \ Merge branch 'unstable'antirez2011-05-1058-1428/+6856
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'unstable'3.0-alpha0antirez2011-03-232-6/+54
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'unstable'antirez2011-03-109-65/+183
| | |\ \ \ \ \ \
| | * | | | | | | fixed diskstore race conditionantirez2011-03-101-2/+10
* | | | | | | | | diskstore removedantirez2011-06-2514-1944/+12
|/ / / / / / / /
* | | | | | | | Fix for bug 561 and other related problemsantirez2011-06-206-21/+96
* | | | | | | | useless call removed, thanks to Pieter for spotting thisantirez2011-06-201-1/+0
* | | | | | | | SETNX regression tests.Pieter Noordhuis2011-06-201-11/+38
* | | | | | | | DB API refactoring. The changes were designed together with Pieter Noordhuis.antirez2011-06-207-81/+75
* | | | | | | | Makefile deps updatedantirez2011-06-201-28/+33
* | | | | | | | It is now possible to build with: make 32bit USE_JEMALLOC=yesantirez2011-06-201-2/+2
* | | | | | | | Added -ldl when linking against jemalloc, needed on Linuxantirez2011-06-201-1/+1
* | | | | | | | Fixed INFO implementation to use the new allocator name defineantirez2011-06-201-1/+1
* | | | | | | | Makefile modified to build with jemallocantirez2011-06-202-15/+33
* | | | | | | | Ignore jemalloc build artifactsPieter Noordhuis2011-06-201-0/+15
* | | | | | | | ZMALLOC related stuff removed from config.h. They are now defined in zmalloc.hantirez2011-06-201-29/+0
* | | | | | | | forward-ported changes in zmalloc.c/h to support jemalloc buildantirez2011-06-202-8/+48
* | | | | | | | jemalloc source addedantirez2011-06-2083-0/+40431
* | | | | | | | new INFO filed master_link_down_since_secondsantirez2011-06-173-0/+9
* | | | | | | | Use a safe iterator while saving the DB, since the getExpire() function will ...antirez2011-06-172-2/+2
* | | | | | | | Fixed init script bug, thanks to Henrik Westphalantirez2011-06-141-1/+1
* | | | | | | | Better init scriptantirez2011-06-141-6/+13
* | | | | | | | Merge pull request #58 from hampus/fix-autorewriteSalvatore Sanfilippo2011-06-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix automatic rewrite starting too early.Hampus Wessman2011-06-121-1/+1
|/ / / / / / / /
* | | | | | | | different message on BGREWRITEAOF when it is just scheduled and not started.antirez2011-06-101-1/+1
* | | | | | | | minor code aesthetic changeantirez2011-06-101-4/+1
* | | | | | | | Make sure an automatic rewrite only gets triggered when no other child is in ...antirez2011-06-101-2/+4
* | | | | | | | CONFIG SET/GET support for new automatic AOF rewrite parametersantirez2011-06-101-0/+16
* | | | | | | | correctly set AOF base size field in server structureantirez2011-06-101-0/+2
* | | | | | | | Added new INFO fields related to the new AOF auto rewrite featureantirez2011-06-101-0/+10
* | | | | | | | Fixed bug in AOF rewrite not working because of integer overflowantirez2011-06-101-2/+2
* | | | | | | | debugging printf removedantirez2011-06-101-1/+0
* | | | | | | | AOF auto rewrite percentage option parsing fixedantirez2011-06-102-1/+2
* | | | | | | | Merge remote branch 'pietern/unstable-bench' into unstableantirez2011-06-101-64/+97
|\ \ \ \ \ \ \ \
| * | | | | | | | There is no debug mode in benchmark toolPieter Noordhuis2011-06-011-6/+1
| * | | | | | | | Provide custom command to benchmark against via argsPieter Noordhuis2011-06-011-52/+90
| * | | | | | | | More const's in redis-benchmark.cPieter Noordhuis2011-06-011-11/+11
* | | | | | | | | Avoid division by zero issues in the automatically triggered AOF rewrite feat...antirez2011-06-101-2/+3
* | | | | | | | | Merge remote branch 'origin/unstable' into unstableantirez2011-06-10154-7501/+21
|\ \ \ \ \ \ \ \ \