summaryrefslogtreecommitdiff
path: root/src/scripting.c
Commit message (Expand)AuthorAgeFilesLines
* Transactions: Use CMD_CLAL_NOQUEUE now that call() handles +QUEUED.queue-in-multiantirez2018-10-091-1/+1
* Fix invalid use of sdsZmallocSize on an embedded stringBruce Merry2018-09-301-1/+1
* Slave removal: scripting.c logs and other stuff fixed.antirez2018-09-111-2/+6
* Use commands (effects) replication by default in scripts.antirez2018-09-051-1/+0
* Safer script stop condition on OOM.antirez2018-09-051-2/+5
* Propagate read-only scripts as SCRIPT LOAD.antirez2018-09-051-3/+16
* Unblocked clients API refactoring. See #4418.antirez2018-09-031-4/+2
* if master is already unblocked, do not unblock it twicezhaozhao.zz2018-09-031-1/+1
* After slave Lua script leaves busy state, re-process the master buffer.antirez2018-08-311-0/+4
* Allow scripts to timeout even if from the master instance.antirez2018-08-311-11/+6
* Allow scripts to timeout on slaves as well.antirez2018-08-311-3/+9
* Correct "did not received" -> "did not receive" typos/grammar.Chris Lamb2018-08-261-1/+1
* Refactoring: replace low-level checks with writeCommandsDeniedByDiskError().antirez2018-07-311-7/+3
* Merge pull request #5153 from trevor211/fixLuaScriptSalvatore Sanfilippo2018-07-301-4/+14
|\
| * Consider aof write error as well as rdb in lua script.WuYunlong2018-07-211-4/+14
* | Merge pull request #4883 from itamarhaber/lua_scripts-in-info-memorySalvatore Sanfilippo2018-07-231-0/+3
|\ \ | |/ |/|
| * Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTORItamar Haber2018-07-221-2/+2
| * Adds memory information about the script's cache to INFOItamar Haber2018-04-301-0/+3
* | slave buffers were wasteful and incorrectly counted causing evictionOran Agra2018-07-161-2/+2
* | addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1
* | Capitalizes subcommands & orders lexicographicallyItamar Haber2018-06-091-5/+5
* | Globally applies addReplySubSyntaxErrorItamar Haber2018-06-071-1/+1
|/
* Change indentation and other minor details of PR #4489.antirez2017-12-061-9/+7
* Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-051-39/+51
|\
| * Refactoring: improve luaCreateFunction() API.antirez2017-12-041-56/+36
| * Remove useless variable check from luaCreateFunction().antirez2017-12-041-1/+1
| * Fix issue #4505, Lua RDB AUX field loading of existing scripts.antirez2017-12-041-3/+9
| * Fix loading of RDB files lua AUX fields when the script is defined.antirez2017-12-011-3/+9
| * PSYNC2: Fix off by one buffer size in luaCreateFunction().antirez2017-11-301-1/+1
| * PSYNC2: just store script bodies into RDB.antirez2017-11-301-0/+15
| * PSYNC2: luaCreateFunction() should handle NULL client parameter.antirez2017-11-301-5/+10
* | Standardizes the 'help' subcommandItamar Haber2017-11-281-2/+15
|/
* Nested MULTI/EXEC may replicate in different cases.Yossi Gottlieb2017-11-221-0/+8
* Fix lua ldb command logliangsijian2017-07-241-0/+1
* Fix abort typo in Lua debugger help screen.antirez2017-06-301-1/+1
* Set lua-time-limit default value at safe place.antirez2017-04-111-1/+0
* Merge pull request #732 from evilpacket/remove_dofileSalvatore Sanfilippo2016-05-081-0/+2
|\
| * Removed dofile() from LuaAdam Baldwin2012-10-251-0/+2
* | Cluster: don't check scripts key slots during AOF loading.antirez2016-05-051-2/+4
* | Merge pull request #2956 from pkulchenko/global-protection-msg-typoSalvatore Sanfilippo2016-05-051-1/+1
|\ \
| * | Update global protection error message to fix a typo.Paul Kulchenko2015-12-151-1/+1
* | | Fix INFO commandstats reporting when argv is rewritten.antirez2016-03-021-1/+1
* | | Scripting: handle trailing comments.antirez2016-01-081-1/+1
* | | Lua debugger: fix crash printing nested or deep objects.antirez2016-01-081-4/+14
* | | Merge pull request #2954 from pkulchenko/debug-table-pretty-printingSalvatore Sanfilippo2015-12-221-1/+2
|\ \ \
| * | | Update pretty printing in debugging to generate valid Lua code for tables.Paul Kulchenko2015-12-151-1/+2
| |/ /
* | | Merge pull request #2957 from pkulchenko/debug-userdata-pretty-printingSalvatore Sanfilippo2015-12-221-2/+2
|\ \ \
| * | | Update pretty printing in debugging to generate valid Lua code for userdata-l...Paul Kulchenko2015-12-151-2/+2
| |/ /
* | | Suppress harmless warnings.antirez2015-12-161-1/+5
|/ /
* | Revert Lua's `redis.LOG_<level>` to originalItamar Haber2015-11-271-4/+4