summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PSYNC2: Fix off by one buffer size in luaCreateFunction().rdb-script-auxantirez2017-11-291-1/+1
* PSYNC2: just store script bodies into RDB.antirez2017-11-292-30/+19
* PSYNC2: luaCreateFunction() should handle NULL client parameter.antirez2017-11-291-5/+10
* PSYNC2: Save Lua scripts state into RDB file.antirez2017-11-292-0/+48
* Merge pull request #4200 from jeesyn/fix_typoSalvatore Sanfilippo2017-11-281-1/+1
|\
| * fix a typojeesyn.liu2017-08-081-1/+1
* | Merge pull request #4165 from zyegfryed/patch-1Salvatore Sanfilippo2017-11-281-3/+3
|\ \
| * | Fix some typosSébastien Fievet2017-07-261-3/+3
* | | Merge pull request #4166 from charpty/wip-redisclic-typoSalvatore Sanfilippo2017-11-281-1/+1
|\ \ \
| * | | redis-cli.c typo: helpe -> helper.Bo Cai2017-07-261-1/+1
| |/ /
* | | Merge pull request #4167 from charpty/wip-redisclic-typo2Salvatore Sanfilippo2017-11-281-1/+1
|\ \ \
| * | | redis-cli.c typo: Requets -> Requests.Bo Cai2017-07-261-1/+1
| |/ /
* | | Merge pull request #4170 from TehWebby/patch-2Salvatore Sanfilippo2017-11-281-1/+1
|\ \ \
| * | | Fix typoShaun Webb2017-07-271-1/+1
| |/ /
* | | Merge pull request #4172 from TehWebby/patch-3Salvatore Sanfilippo2017-11-281-1/+1
|\ \ \
| * | | Typo fixShaun Webb2017-07-271-1/+1
| |/ /
* | | Merge pull request #4176 from KrauseFx/patch-1Salvatore Sanfilippo2017-11-281-1/+1
|\ \ \
| * | | Update link to https and use inline linkFelix Krause2017-07-281-1/+1
* | | | t_hash.c: clarify calling two times the same function.antirez2017-11-281-2/+2
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2017-11-281-1/+1
|\ \ \ \
| * \ \ \ Merge pull request #4215 from lamby/correct-faield-spellingSalvatore Sanfilippo2017-11-281-1/+1
| |\ \ \ \
| | * | | | Correct spelling of "faield".Chris Lamb2017-08-121-1/+1
| | | |_|/ | | |/| |
* | | | | adlist: fix listJoin() in the case the second list is empty.antirez2017-11-281-1/+1
|/ / / /
* | | | Merge pull request #4374 from rouzier/patch-1Salvatore Sanfilippo2017-11-281-3/+6
|\ \ \ \
| * | | | Fix file descriptor leak and error handlingrouzier2017-10-131-3/+6
* | | | | Merge pull request #4451 from devnexen/minor_build_fixesSalvatore Sanfilippo2017-11-282-2/+10
|\ \ \ \ \
| * | | | | Fix undefined behavior constant defined.David Carlier2017-11-192-2/+10
* | | | | | Improve OBJECT HELP descriptions.antirez2017-11-271-2/+2
* | | | | | Fix entry command table entry for OBJECT for HELP option.antirez2017-11-271-1/+1
* | | | | | 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
* | | | | | | Test: regression test for latency expire events logging bug.antirez2017-11-241-0/+14
* | | | | | | 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
* | | | | | | | Merge pull request #4470 from oranagra/fix_string_to_doubleSalvatore Sanfilippo2017-11-242-2/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | fix string to double conversion, stopped parsing on \0 even if the string has...Oran Agra2017-11-232-2/+9
|/ / / / / / / /
* | | | | | | | Modules: fix for scripting replication of modules commands.antirez2017-11-232-7/+9