summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A few more AUX info fields added to RDB.rdbchangesantirez2015-01-081-0/+5
* RDB AUX fields support.antirez2015-01-082-0/+55
* rdbLoad() refactoring to make it simpler to follow.antirez2015-01-071-11/+20
* New RDB v7 opcode: RESIZEDB.antirez2015-01-072-1/+26
* sdsnative() removed: New rdb.c API can load native strings.antirez2015-01-072-12/+0
* Use RDB_LOAD_PLAIN to load quicklists and encoded types.antirez2015-01-071-9/+5
* RDB refactored to load plain strings from RDB.antirez2014-12-241-21/+73
* Upgrade LZF to 3.6 (2011) from 3.5 (2009)Matt Stancliff2014-12-233-50/+107
* Set optional 'static' for Quicklist+RedisMatt Stancliff2014-12-233-33/+42
* Add more quicklist info to DEBUG OBJECTMatt Stancliff2014-12-231-2/+23
* Config: Add quicklist, remove old list optionsMatt Stancliff2014-12-2310-41/+72
* Add branch prediction hints to quicklistMatt Stancliff2014-12-231-10/+21
* Allow compression of interior quicklist nodesMatt Stancliff2014-12-235-899/+1388
* Add quicklist info to DEBUG OBJECTMatt Stancliff2014-12-231-2/+14
* Remove malloc failure checksMatt Stancliff2014-12-231-30/+7
* Increase test size for migrating large valuesMatt Stancliff2014-12-231-2/+2
* Convert quicklist RDB to store ziplist nodesMatt Stancliff2014-12-232-15/+24
* Convert RDB ziplist loading to sdsnative()Matt Stancliff2014-12-231-7/+3
* Add sdsnative()Matt Stancliff2014-12-232-0/+12
* Add adaptive quicklist fill factorMatt Stancliff2014-12-232-74/+173
* redis-benchmark: Add RPUSH and RPOP testsMatt Stancliff2014-12-231-0/+12
* Free ziplist test lists during testsMatt Stancliff2014-12-231-0/+26
* Add ziplistMerge()Matt Stancliff2014-12-233-55/+211
* Add quicklist implementationMatt Stancliff2014-12-2316-480/+2495
* Fix three simple clang analyzer warningsMatt Stancliff2014-12-233-3/+3
* Cleanup ziplist valgrind warningsMatt Stancliff2014-12-231-5/+14
* Fix ziplist test for pop()Matt Stancliff2014-12-231-6/+6
* Fix ziplistDeleteRange index parameterMatt Stancliff2014-12-232-2/+2
* Fix how zipEntry returns valuesMatt Stancliff2014-12-231-18/+16
* Allow forcing non-jemalloc buildMatt Stancliff2014-12-231-0/+4
* Add simple ll2string() testsMatt Stancliff2014-12-231-0/+42
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-2318-47/+143
* Remove ziplist compiler warningsMatt Stancliff2014-12-231-4/+6
* Add DEBUG JEMALLOC INFOMatt Stancliff2014-12-232-0/+21
* Add addReplyBulkSds() functionMatt Stancliff2014-12-235-13/+12
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-12-232-25/+47
|\
| * Merge pull request #2227 from mattsta/fix/trib/assignment/master-replicaSalvatore Sanfilippo2014-12-231-25/+42
| |\
| | * Improve redis-trib replica assignmentMatt Stancliff2014-12-191-25/+42
| * | Merge pull request #2234 from mattsta/feature/sentinel-info-cache/ageSalvatore Sanfilippo2014-12-231-0/+5
| |\ \
| | * | Add 'age' value to SENTINEL INFO-CACHEMatt Stancliff2014-12-221-0/+5
| |/ /
* | | INFO loading stats: three fixes.antirez2014-12-232-4/+5
|/ /
* | Merge pull request #2229 from advance512/spopWithCountSalvatore Sanfilippo2014-12-223-79/+77
|\ \ | |/ |/|
| * Fixed memory leaks in rdbSaveToSlavesSockets()Alon Diamant2014-12-211-0/+2
| * Following @mattsta's friendly review:Alon Diamant2014-12-212-79/+75
|/
* Fix adjustOpenFilesLimit() logging to match real state.antirez2014-12-191-12/+12
* Merge pull request #2224 from advance512/spopWithCountSalvatore Sanfilippo2014-12-182-7/+7
|\
| * Fix: case when SPOP with count>MAXINT, setTypeRandomElements() will get negat...Alon Diamant2014-12-182-7/+7
* | Merge pull request #2215 from advance512/spopWithCountSalvatore Sanfilippo2014-12-179-12/+414
|\ \ | |/
| * Added <count> parameter to SPOP:Alon Diamant2014-12-149-12/+414
* | Merge pull request #1582 from mattsta/add-error-mention-to-error-conditionSalvatore Sanfilippo2014-12-171-1/+1
|\ \