summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ziplist: better comments, some refactoring.antirez2017-01-301-100/+250
* Don't divide by zeroJan-Erik Rediger2017-01-271-1/+1
* Change switch statment to if statmentmiter2017-01-261-4/+2
* Merge pull request #3657 from itamarhaber/patch-9Salvatore Sanfilippo2017-01-251-1/+1
|\
| * Verify pairs are provided after subcommandsItamar Haber2016-12-021-1/+1
* | Merge pull request #3712 from oranagra/fix_assert_debug_digestSalvatore Sanfilippo2017-01-201-1/+1
|\ \
| * | fix rare assertion in DEBUG DIGESToranagra2016-12-241-1/+1
* | | Add panic() into redisassert.h.antirez2017-01-181-0/+2
* | | serverPanic(): allow printf() alike formatting.antirez2017-01-182-4/+14
* | | Ziplist: remove static from functions, they prevent good crash reports.antirez2017-01-131-14/+14
* | | Merge pull request #3734 from badboy/avoid-commandSalvatore Sanfilippo2017-01-131-5/+5
|\ \ \
| * | | Initialize help only in repl modeJan-Erik Rediger2017-01-081-5/+5
| |/ /
* | | Use const in modules types mem_usage method.antirez2017-01-123-4/+4
* | | Defrag: don't crash when a module value is encountered.antirez2017-01-121-0/+3
* | | MEMORY USAGE: support for modules data types.antirez2017-01-123-5/+16
* | | Defrag: not enabled by default. Error on CONFIG SET if not available.antirez2017-01-112-1/+11
* | | Defrag: fix function name typo defarg -> defrag.antirez2017-01-111-2/+2
* | | Defrag: do not crash on empty quicklist.antirez2017-01-111-2/+3
* | | Defrag: fix comments & code to conform to the Redis code base.antirez2017-01-101-54/+84
* | | Defrag: activate it only if running modified version of Jemalloc.antirez2017-01-103-26/+36
* | | active defrag improvementsoranagra2017-01-024-44/+63
* | | active memory defragmentationoranagra2016-12-3011-8/+703
|/ /
* | Merge pull request #3242 from whatacold/unstableSalvatore Sanfilippo2016-12-201-1/+1
|\ \
| * | fix the wrong description of intsetGet().whatacold2016-05-181-1/+1
* | | Merge pull request #3696 from jstncarvalho/FixMissingBrackets_ZIP_DECODE_LENGTHSalvatore Sanfilippo2016-12-201-1/+1
|\ \ \
| * | | Fix missing brackets around encoding variable in ZIP_DECODE_LENGTH macroJustin Carvalho2016-12-191-1/+1
* | | | Geo: fix GEOHASH return value for consistency.antirez2016-12-201-4/+3
* | | | Geo: fix edge case return values for uniformity.antirez2016-12-201-6/+5
|/ / /
* | | Remove first version of ASCII wave, later discarded.antirez2016-12-191-2/+0
* | | Only show Redis logo if logging to stdout / TTY.antirez2016-12-193-11/+36
* | | adjustOpenFilesLimit() comment made hopefully more clear.antirez2016-12-191-1/+4
* | | Merge pull request #3603 from oranagra/adjustOpenFilesLimit_overflowSalvatore Sanfilippo2016-12-191-3/+3
|\ \ \
| * | | fix unsigned int overflow in adjustOpenFilesLimitoranagra2016-11-101-3/+3
* | | | Merge pull request #3605 from hylepo/unstableSalvatore Sanfilippo2016-12-191-1/+1
|\ \ \ \
| * | | | Update redis-benchmark.chylepo2016-11-111-1/+1
| |/ / /
* | | | Merge pull request #3643 from andyli028/unstableSalvatore Sanfilippo2016-12-191-1/+1
|\ \ \ \
| * | | | Modify MIN->MAXandyli2016-11-291-1/+1
* | | | | Hopefully improve code comments for issue #3616.antirez2016-12-161-7/+8
* | | | | Merge pull request #3616 from oranagra/stop_aofrw_before_rdbloadSalvatore Sanfilippo2016-12-161-13/+19
|\ \ \ \ \
| * | | | | when a slave loads an RDB, stop an AOFRW fork before flusing db and parsing r...oranagra2016-11-161-13/+19
* | | | | | Merge pull request #3661 from itamarhaber/module-doc2Salvatore Sanfilippo2016-12-162-2/+3
|\ \ \ \ \ \
| * | | | | | Corrects a couple of omissions in the modules docsitamar2016-12-052-2/+3
* | | | | | | Switch PFCOUNT to LogLog-Beta algorithm.antirez2016-12-164-57/+16
* | | | | | | Use llroundl() before converting loglog-beta output to integer.antirez2016-12-161-4/+4
* | | | | | | LogLog-Beta Algorithm support within HLLHarish Murthy2016-12-164-27/+57
* | | | | | | Merge pull request #3686 from dvirsky/fix_lowlevel_zrangeSalvatore Sanfilippo2016-12-161-3/+3
|\ \ \ \ \ \ \
| * | | | | | | fixed stop condition in RM_ZsetRangeNext and RM_ZsetRangePrevDvir Volk2016-12-151-3/+3
* | | | | | | | ziplist.c explanation of format improved a bit.antirez2016-12-161-11/+18
* | | | | | | | DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.antirez2016-12-164-13/+35
|/ / / / / / /
* | | | | | | MIGRATE: Remove upfront ttl initialization.antirez2016-12-141-4/+3