summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve slowlog helpItamar Haber2017-12-031-1/+2
* Helps CLIENTItamar Haber2017-12-031-3/+19
* Check arity in SLOWLOG before accessing argItamar Haber2017-11-301-1/+1
* Standardizes the 'help' subcommandItamar Haber2017-11-288-69/+112
* Merge pull request #4472 from itamarhaber/object_patchSalvatore Sanfilippo2017-11-271-5/+20
|\
| * Adds `OBJECT help`Itamar Haber2017-11-241-3/+18
| * Prevents `OBJECT freq` with `noeviction`Itamar Haber2017-11-241-2/+2
* | Adds -u <uri> option to redis-cli.Itamar Haber2017-11-271-0/+89
* | Merge pull request #4452 from soloestoy/expire-latencySalvatore Sanfilippo2017-11-241-8/+11
|\ \
| * | expire & latency: fix the missing latency records generated by expirezhaozhao.zz2017-11-211-8/+11
* | | Modules: fix memory leak in RM_IsModuleNameBusy().antirez2017-11-241-7/+3
* | | PSYNC2: reorganize comments related to recent fixes.antirez2017-11-242-26/+24
* | | Merge pull request #4412 from soloestoy/bugfix-psync2Salvatore Sanfilippo2017-11-243-12/+50
|\ \ \
| * | | PSYNC2: persist cached_master's dbid inside the RDBzhaozhao.zz2017-11-221-2/+16
| * | | PSYNC2: make repl_stream_db never be -1zhaozhao.zz2017-11-221-9/+6
| * | | PSYNC2: clarify the scenario when repl_stream_db can be -1zhaozhao.zz2017-11-022-9/+21
| * | | PSYNC2 & RDB: fix the missing rdbSaveInfo for BGSAVEzhaozhao.zz2017-11-011-1/+4
| * | | PSYNC2: safe free backlog when reach the time limitzhaozhao.zz2017-11-011-0/+12
| |/ /
* | | Merge pull request #4344 from soloestoy/fix-module-name-conflictSalvatore Sanfilippo2017-11-242-23/+47
|\ \ \
| * | | Modules: handle the busy module namezhaozhao.zz2017-09-282-2/+19
| * | | Modules: handle the conflict of registering commandszhaozhao.zz2017-09-281-21/+28
* | | | fix string to double conversion, stopped parsing on \0 even if the string has...Oran Agra2017-11-231-2/+2
* | | | Modules: fix for scripting replication of modules commands.antirez2017-11-232-7/+9
* | | | 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
* | | | 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
* | | | More robust object -> double conversion.antirez2017-10-301-4/+8
| |_|/ |/| |
* | | Limit statement in RM_BlockClient() to 80 cols.antirez2017-09-281-4/+5
* | | 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
* | 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
|/ / / /
* | | | Flush append only buffers before existing.Oran Agra2017-09-171-1/+2
* | | | Add missing fclose()jybaek2017-08-031-0/+1
* | | | Merge pull request #3935 from itamarhaber/module-cmdstatsSalvatore Sanfilippo2017-08-021-10/+17
|\ \ \ \