summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-104-26/+40
* active defrag improvementsoranagra2017-01-024-44/+63
* active memory defragmentationoranagra2016-12-3013-8/+755
* deps/hiredis updated to latest version.antirez2016-12-2134-817/+2393
* 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 #3498 from ZhukovAlexander/patch-1Salvatore Sanfilippo2016-12-201-1/+1
|\ \
| * | Fix an article usageAlexander Zhukov2016-09-121-1/+1
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-12-201-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: fuzzy test inconsistency report fixed to show all points.antirez2016-12-201-2/+3
|/ / / /
* | | | 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
|/ / /
* | | Fix test "server is up" detection after logging changes.antirez2016-12-192-1/+2
* | | Remove first version of ASCII wave, later discarded.antirez2016-12-191-2/+0
* | | Only show Redis logo if logging to stdout / TTY.antirez2016-12-194-11/+44
* | | 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
|\ \ \ \
| * \ \ \ Merge pull request #1 from hylepo/Fixing-typo-in-the-usage-of-redis-benchmarkhylepo2016-11-111-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
* | | | | | | Fix HLL gnuplot graph generator script for new redis-rb versions.antirez2016-12-161-1/+1
* | | | | | | 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
* | | | | | | Merge pull request #3673 from badboy/reset-ttl-on-migratingSalvatore Sanfilippo2016-12-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Reset the ttl for additional keysJan-Erik Rediger2016-12-081-0/+1
* | | | | | | | Writable slaves expires: unit test.antirez2016-12-131-0/+12
* | | | | | | | Writable slaves expires: fix leak in key tracking.antirez2016-12-132-2/+16
* | | | | | | | INFO: show num of slave-expires keys tracked.antirez2016-12-133-2/+11
* | | | | | | | Fix created->created typo in expire.cantirez2016-12-131-1/+1
* | | | | | | | Replication: fix the infamous key leakage of writable slaves + EXPIRE.antirez2016-12-138-11/+161
* | | | | | | | Merge pull request #3680 from yossigo/fix_rediscli_command_crashSalvatore Sanfilippo2016-12-121-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix redis-cli rare crash.Yossi Gottlieb2016-12-121-0/+4
|/ / / / / / /