summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #4467 from yossigo/fix-nested-multiSalvatore Sanfilippo2017-11-232-0/+10
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Nested MULTI/EXEC may replicate in different cases.Yossi Gottlieb2017-11-222-0/+10
|/ / / / / / /
* | | | | | | rehash: handle one db until finishedzhaozhao.zz2017-11-211-2/+5
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2741 from kmiku7/unstableSalvatore Sanfilippo2017-11-081-1/+1
|\ \ \ \ \ \
| * | | | | | fix boundary case for _dictNextPowerkmiku72015-08-231-1/+1
* | | | | | | Merge pull request #4431 from itamarhaber/patch-10Salvatore Sanfilippo2017-11-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixes an off-by-one in argument handling of `MEMORY USAGE`Itamar Haber2017-11-081-1/+1
|/ / / / / / /
* | | | | | | Fix saving of zero-length lists.antirez2017-11-061-2/+3
* | | | | | | SDS: improve sdsRemoveFreeSpace() to avoid useless data copy.antirez2017-11-031-5/+12
* | | | | | | Fix buffer overflows occurring reading redis.conf.antirez2017-10-311-0/+3
* | | | | | | Regression test for issue #4391.antirez2017-10-301-0/+4
* | | | | | | More robust object -> double conversion.antirez2017-10-301-4/+8
| |_|/ / / / |/| | | | |
* | | | | | Limit statement in RM_BlockClient() to 80 cols.antirez2017-09-281-4/+5
* | | | | | Merge pull request #4337 from dvirsky/module_ctx_flagsSalvatore Sanfilippo2017-09-283-5/+185
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added safety net preventing redis from crashing if a module decide to block i...Dvir Volk2017-09-271-5/+8
| * | | | | Renamed GetCtxFlags to GetContextFlagsDvir Volk2017-09-273-11/+11
| * | | | | Added support for module context flags with RM_GetCtxFlagsDvir Volk2017-09-273-0/+177
|/ / / / /
* | | | | Clarify comment in change fixing #4323.antirez2017-09-211-2/+6
* | | | | Merge pull request #4324 from soloestoy/lazyfree-fix-memory-leakSalvatore Sanfilippo2017-09-211-2/+5
|\ \ \ \ \
| * | | | | Lazyfree: avoid memory leak when free slowlog entryzhaozhao.zz2017-09-211-2/+5
|/ / / / /
* | | | | 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
|\ \ \ \ \ \ \ \ \