summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add MEMORY DOCTOR to MEMORY HELP.antirez2017-07-281-1/+3
* 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
| | |_|/ / | |/| | |
* | | | | 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
|/ / / /
* | | | 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
|/ / /
* | | Merge pull request #3853 from itamarhaber/issue-3851Salvatore Sanfilippo2017-07-061-0/+1
|\ \ \
| * | | Sets up fake client to select current db in RM_Call()itamar2017-03-061-0/+1
* | | | Merge pull request #4105 from spinlock/unstable-networkingSalvatore Sanfilippo2017-07-062-3/+2
|\ \ \ \
| * | | | update Makefile for test-sdsspinlock2017-07-051-1/+1
| * | | | Optimize addReplyBulkSds for better performancespinlock2017-07-051-2/+1
* | | | | Merge pull request #4106 from petersunbag/unstableSalvatore Sanfilippo2017-07-061-1/+1
|\ \ \ \ \
| * | | | | minor fix in listJoin().sunweinan2017-07-061-1/+1
* | | | | | Free IO context if any in RDB loading code.antirez2017-07-061-0/+4
* | | | | | Modules: DEBUG DIGEST interface.antirez2017-07-065-1/+108
* | | | | | Avoid closing invalid FDs to make Valgrind happier.antirez2017-07-051-1/+5
* | | | | | Modules: no MULTI/EXEC for commands replicated from async contexts.antirez2017-07-051-0/+5
| |/ / / / |/| | | |
* | | | | Merge pull request #4101 from dvirsky/fix_modules_reply_lenSalvatore Sanfilippo2017-07-041-0/+1
|\ \ \ \ \
| * | | | | fixed #4100Dvir Volk2017-07-041-0/+1
* | | | | | Add symmetrical assertion to track c->reply_buffer infinite growth.antirez2017-07-041-0/+4
|/ / / / /
* | | | | Fix GEORADIUS edge case with huge radius.antirez2017-07-031-20/+36
* | | | | redis-cli --latency: ability to run non interactively.antirez2017-06-301-3/+39
* | | | | Fix abort typo in Lua debugger help screen.antirez2017-06-301-1/+1
* | | | | Added GEORADIUS(BYMEMBER)_RO variants for read-only operations.antirez2017-06-303-11/+32
* | | | | HMSET and MSET implementations unified. HSET now variadic.antirez2017-06-292-22/+18
|/ / / /