summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PSYNC2: More refinements related to #4316.psync2-rdb-fixesantirez2017-09-202-11/+14
* PSYNC2: make persisiting replication info more solidzhaozhao.zz2017-09-204-9/+33
* PSYNC2: Fix the way replication info is saved/loaded from RDB.antirez2017-09-194-23/+49
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2017-09-192-3/+2
|\
| * Merge pull request #3785 from GitHubMota/unstableSalvatore Sanfilippo2017-09-181-2/+2
| |\
| | * redis-benchmark: default value size usage update.Mota2017-07-251-2/+2
| * | Merge pull request #3554 from jybaek/Delete_duplicateSalvatore Sanfilippo2017-09-181-1/+0
| |\ \
| | * | Remove Duplicate Processingjybaek2016-10-131-1/+0
* | | | PSYNC2: Create backlog on slave partial sync as well.antirez2017-09-191-0/+5
|/ / /
* | | Merge pull request #4311 from oranagra/aof_shutdown_flushSalvatore Sanfilippo2017-09-181-1/+2
|\ \ \
| * | | Flush append only buffers before existing.Oran Agra2017-09-171-1/+2
|/ / /
* | | Merge pull request #4191 from jybaek/unstableSalvatore Sanfilippo2017-08-031-0/+1
|\ \ \
| * | | Add missing fclose()jybaek2017-08-031-0/+1
|/ / /
* | | Merge pull request #3935 from itamarhaber/module-cmdstatsSalvatore Sanfilippo2017-08-021-10/+17
|\ \ \
| * | | Changes command stats iteration to being dict-basedItamar Haber2017-04-131-10/+17
* | | | Add MEMORY DOCTOR to MEMORY HELP.antirez2017-07-281-1/+3
| |_|/ |/| |
* | | Merge pull request #1934 from badboy/install-script-1922Salvatore Sanfilippo2017-07-241-6/+6
|\ \ \
| * | | Don't use extended Regexp SyntaxJan-Erik Rediger2014-08-131-6/+6
* | | | Merge pull request #2259 from badboy/fix-2258Salvatore Sanfilippo2017-07-241-2/+3
|\ \ \ \
| * | | | Check that the whole first argument is a numberJan-Erik Rediger2015-01-071-2/+3
* | | | | Merge pull request #4124 from lamby/proceding-proceeding-typoSalvatore Sanfilippo2017-07-241-1/+1
|\ \ \ \ \
| * | | | | Correct proceding -> proceeding typo.Chris Lamb2017-07-141-1/+1
* | | | | | Merge pull request #4125 from trevor211/fixAutoAofRewirteMinSizeSalvatore Sanfilippo2017-07-241-2/+2
|\ \ \ \ \ \
| * | | | | | fix rewrite config: auto-aof-rewrite-min-sizeWuYunlong2017-07-151-2/+2
* | | | | | | Merge pull request #1998 from grobe0ba/unstableSalvatore Sanfilippo2017-07-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixed issue #1996 (Missing '-' in help message for redis-benchmark)Byron Grobe2014-09-111-1/+1
* | | | | | | | Merge pull request #4128 from leonchen83/unstableSalvatore Sanfilippo2017-07-241-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | fix return wrong value of clusterDelNodeSlotsLeon Chen2017-07-201-2/+4
| * | | | | | | | fix mismatch argumentLeon Chen2017-07-181-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4154 from liangsijian/unstableSalvatore Sanfilippo2017-07-241-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix lua ldb command logliangsijian2017-07-241-0/+1
|/ / / / / / / /
* | | | | | | | Modules: don't crash when Lua calls a module blocking command.antirez2017-07-231-2/+12
* | | | | | | | Fix typo in unblockClientFromModule() top comment.antirez2017-07-231-1/+1
* | | | | | | | Make representClusterNodeFlags() more robust.antirez2017-07-201-17/+18
* | | | | | | | Fix two bugs in moduleTypeLookupModuleByID().antirez2017-07-201-4/+7
|/ / / / / / /
* | | | | | | changelog.tcl: output 100 lines.antirez2017-07-141-1/+1
* | | | | | | Modules: fix thread safe context DB selection.antirez2017-07-141-0/+3
* | | | | | | Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API.antirez2017-07-142-12/+20
* | | | | | | Modules documentation removed from source.antirez2017-07-144-2830/+0
* | | | | | | Markdown generation of Redis Modules API reference improved.antirez2017-07-142-74/+83
| |/ / / / / |/| | | | |
* | | | | | Fix replication of SLAVEOF inside transaction.antirez2017-07-122-3/+19
* | | | | | CLUSTER GETKEYSINSLOT: avoid overallocating.antirez2017-07-111-0/+5
* | | | | | Fix isHLLObjectOrReply() to handle integer encoded strings.antirez2017-07-111-0/+1
* | | | | | Clients blocked in modules: free argv/argc later.antirez2017-07-112-3/+15
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2017-07-111-30/+55
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #4113 from guybe7/module_io_bytesSalvatore Sanfilippo2017-07-101-30/+55
| |\ \ \ \ \ \
| | * | | | | | Modules: Fix io->bytes calculation in RDB saveGuy Benoish2017-07-101-30/+55
* | | | | | | | Event loop: call after sleep() only from top level.antirez2017-07-112-2/+4
|/ / / / / / /
* | | | | | | redis-check-aof: tell users there is a --fix option.antirez2017-07-101-1/+2
* | | | | | | AOF check utility: ability to check files with RDB preamble.antirez2017-07-106-35/+61
|/ / / / / /