summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Streams: initial work to use blocking lists logic for streams XREAD.antirez2017-11-046-215/+234
* Streams: implement stream object release.antirez2017-11-045-5/+25
* Streams: XLEN command.antirez2017-11-043-0/+11
* Streams: Save stream->length in RDB.antirez2017-11-041-1/+7
* Streams: change listpack allocator to zmalloc.antirez2017-11-041-3/+4
* Streams: RDB loading. RDB saving modified.antirez2017-11-041-0/+40
* Streams: RDB saving.antirez2017-11-045-2/+29
* Streams: assign value of 6 to OBJ_STREAM + some refactoring.antirez2017-11-043-10/+17
* Streams: 12 commits squashed into the initial Streams implementation.antirez2017-11-0412-10/+1323
* 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
| | |_|/ / / / / | |/| | | | | |