summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|/ / / / / / / /
* | | | | | | | Merge pull request #3663 from wshn13/add-LF-character-in-memory-doctor-output...Salvatore Sanfilippo2016-12-061-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add '\n' to MEMORY DOCTOR command output message when num_reportswangshaonan2016-12-061-2/+2
|/ / / / / / /
* | | | | | | Modules: types doc updated to new API.antirez2016-12-051-14/+22
* | | | | | | Modules: API doc updated (auto generated).antirez2016-12-051-7/+190
* | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-12-053-3/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | src/rdb.c: Correct "whenver" -> "whenever" typo.Chris Lamb2016-12-011-1/+1
| * | | | | | Merge pull request #3651 from yossigo/datatype_methods_typoSalvatore Sanfilippo2016-12-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix typo in RedisModuleTypeMethods declaration.Yossi Gottlieb2016-11-301-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #3648 from dvirsky/fix_reply_crashSalvatore Sanfilippo2016-11-301-1/+3
| |\ \ \ \ \ \
| | * | | | | | fix memory corruption on RM_FreeCallReplyDvir Volk2016-11-301-1/+3
* | | | | | | | Geo: improve fuzz test.antirez2016-12-051-3/+11
* | | | | | | | Geo: fix computation of bounding box.antirez2016-12-052-44/+33
* | | | | | | | PSYNC2: Do not accept WAIT in slave instances.antirez2016-12-021-0/+5
|/ / / / / / /
* | | | | | | Modules: change type registration API to use a struct of methods.antirez2016-11-304-10/+65
|/ / / / / /
* | | | | | PSYNC2 test: check ability to resync after restart.antirez2016-11-291-1/+35
* | | | | | PSYNC2 test: 20 seconds are enough...antirez2016-11-291-1/+5
* | | | | | PSYNC2 test: test added to the default tests.antirez2016-11-291-0/+1
* | | | | | PSYNC2: Minor memory leak reading -NOMASTERLINK master reply fixed.antirez2016-11-291-0/+1
* | | | | | PSYNC2 test: modify the test for production.antirez2016-11-291-17/+33
| |/ / / / |/| | | |
* | | | | PSYNC2: stop sending newlines to sub-slaves when master is down.antirez2016-11-283-30/+6
* | | | | PSYNC2: Test (WIP).antirez2016-11-281-0/+127
* | | | | Better protocol errors logging.antirez2016-11-251-10/+29