index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scripting.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transactions: Use CMD_CLAL_NOQUEUE now that call() handles +QUEUED.
queue-in-multi
antirez
2018-10-09
1
-1
/
+1
*
Fix invalid use of sdsZmallocSize on an embedded string
Bruce Merry
2018-09-30
1
-1
/
+1
*
Slave removal: scripting.c logs and other stuff fixed.
antirez
2018-09-11
1
-2
/
+6
*
Use commands (effects) replication by default in scripts.
antirez
2018-09-05
1
-1
/
+0
*
Safer script stop condition on OOM.
antirez
2018-09-05
1
-2
/
+5
*
Propagate read-only scripts as SCRIPT LOAD.
antirez
2018-09-05
1
-3
/
+16
*
Unblocked clients API refactoring. See #4418.
antirez
2018-09-03
1
-4
/
+2
*
if master is already unblocked, do not unblock it twice
zhaozhao.zz
2018-09-03
1
-1
/
+1
*
After slave Lua script leaves busy state, re-process the master buffer.
antirez
2018-08-31
1
-0
/
+4
*
Allow scripts to timeout even if from the master instance.
antirez
2018-08-31
1
-11
/
+6
*
Allow scripts to timeout on slaves as well.
antirez
2018-08-31
1
-3
/
+9
*
Correct "did not received" -> "did not receive" typos/grammar.
Chris Lamb
2018-08-26
1
-1
/
+1
*
Refactoring: replace low-level checks with writeCommandsDeniedByDiskError().
antirez
2018-07-31
1
-7
/
+3
*
Merge pull request #5153 from trevor211/fixLuaScript
Salvatore Sanfilippo
2018-07-30
1
-4
/
+14
|
\
|
*
Consider aof write error as well as rdb in lua script.
WuYunlong
2018-07-21
1
-4
/
+14
*
|
Merge pull request #4883 from itamarhaber/lua_scripts-in-info-memory
Salvatore Sanfilippo
2018-07-23
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTOR
Itamar Haber
2018-07-22
1
-2
/
+2
|
*
Adds memory information about the script's cache to INFO
Itamar Haber
2018-04-30
1
-0
/
+3
*
|
slave buffers were wasteful and incorrectly counted causing eviction
Oran Agra
2018-07-16
1
-2
/
+2
*
|
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
antirez
2018-07-02
1
-1
/
+1
*
|
Capitalizes subcommands & orders lexicographically
Itamar Haber
2018-06-09
1
-5
/
+5
*
|
Globally applies addReplySubSyntaxError
Itamar Haber
2018-06-07
1
-1
/
+1
|
/
*
Change indentation and other minor details of PR #4489.
antirez
2017-12-06
1
-9
/
+7
*
Merge remote-tracking branch 'upstream/unstable' into help_subcommands
Itamar Haber
2017-12-05
1
-39
/
+51
|
\
|
*
Refactoring: improve luaCreateFunction() API.
antirez
2017-12-04
1
-56
/
+36
|
*
Remove useless variable check from luaCreateFunction().
antirez
2017-12-04
1
-1
/
+1
|
*
Fix issue #4505, Lua RDB AUX field loading of existing scripts.
antirez
2017-12-04
1
-3
/
+9
|
*
Fix loading of RDB files lua AUX fields when the script is defined.
antirez
2017-12-01
1
-3
/
+9
|
*
PSYNC2: Fix off by one buffer size in luaCreateFunction().
antirez
2017-11-30
1
-1
/
+1
|
*
PSYNC2: just store script bodies into RDB.
antirez
2017-11-30
1
-0
/
+15
|
*
PSYNC2: luaCreateFunction() should handle NULL client parameter.
antirez
2017-11-30
1
-5
/
+10
*
|
Standardizes the 'help' subcommand
Itamar Haber
2017-11-28
1
-2
/
+15
|
/
*
Nested MULTI/EXEC may replicate in different cases.
Yossi Gottlieb
2017-11-22
1
-0
/
+8
*
Fix lua ldb command log
liangsijian
2017-07-24
1
-0
/
+1
*
Fix abort typo in Lua debugger help screen.
antirez
2017-06-30
1
-1
/
+1
*
Set lua-time-limit default value at safe place.
antirez
2017-04-11
1
-1
/
+0
*
Merge pull request #732 from evilpacket/remove_dofile
Salvatore Sanfilippo
2016-05-08
1
-0
/
+2
|
\
|
*
Removed dofile() from Lua
Adam Baldwin
2012-10-25
1
-0
/
+2
*
|
Cluster: don't check scripts key slots during AOF loading.
antirez
2016-05-05
1
-2
/
+4
*
|
Merge pull request #2956 from pkulchenko/global-protection-msg-typo
Salvatore Sanfilippo
2016-05-05
1
-1
/
+1
|
\
\
|
*
|
Update global protection error message to fix a typo.
Paul Kulchenko
2015-12-15
1
-1
/
+1
*
|
|
Fix INFO commandstats reporting when argv is rewritten.
antirez
2016-03-02
1
-1
/
+1
*
|
|
Scripting: handle trailing comments.
antirez
2016-01-08
1
-1
/
+1
*
|
|
Lua debugger: fix crash printing nested or deep objects.
antirez
2016-01-08
1
-4
/
+14
*
|
|
Merge pull request #2954 from pkulchenko/debug-table-pretty-printing
Salvatore Sanfilippo
2015-12-22
1
-1
/
+2
|
\
\
\
|
*
|
|
Update pretty printing in debugging to generate valid Lua code for tables.
Paul Kulchenko
2015-12-15
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #2957 from pkulchenko/debug-userdata-pretty-printing
Salvatore Sanfilippo
2015-12-22
1
-2
/
+2
|
\
\
\
|
*
|
|
Update pretty printing in debugging to generate valid Lua code for userdata-l...
Paul Kulchenko
2015-12-15
1
-2
/
+2
|
|
/
/
*
|
|
Suppress harmless warnings.
antirez
2015-12-16
1
-1
/
+5
|
/
/
*
|
Revert Lua's `redis.LOG_<level>` to original
Itamar Haber
2015-11-27
1
-4
/
+4
[next]