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
*
ACL LOG: data structures and initial functions.
antirez
2020-01-27
1
-1
/
+1
*
Merge pull request #6615 from soloestoy/wrap-also-propagate-as-multi
Salvatore Sanfilippo
2019-12-19
1
-5
/
+1
|
\
|
*
Propagation: propagate EXEC directly in lua script
zhaozhao.zz
2019-11-22
1
-2
/
+1
|
*
Propagation: wrap commands in also_propagate array with MULIT/EXEC
zhaozhao.zz
2019-11-22
1
-4
/
+1
*
|
Merge pull request #5780 from soloestoy/lua-multi-more-clear
Salvatore Sanfilippo
2019-12-19
1
-11
/
+23
|
\
\
|
*
|
scripting: a little refactor about EVAL and redis.call()
zhaozhao.zz
2019-11-22
1
-11
/
+20
|
*
|
scripting: flag lua_client as CLIENT_MULTI after redis.replicate_commands() i...
zhaozhao.zz
2019-11-22
1
-0
/
+3
|
|
/
*
|
Added a missed space in lua errors
Madelyn Olson
2019-12-16
1
-3
/
+3
*
|
Split error message so dependandent callers give a useful result
Madelyn Olson
2019-12-16
1
-3
/
+7
*
|
Added better exception handling around scripting and module
Madelyn Olson
2019-12-16
1
-4
/
+12
|
/
*
Merge remote-tracking branch 'upstream/unstable' into tls
Yossi Gottlieb
2019-10-16
1
-30
/
+236
|
\
|
*
Minor aesthetic changes to #6419.
antirez
2019-10-04
1
-1
/
+1
|
*
On LUA script timeout, print the script SHA to the log
Oran Agra
2019-10-02
1
-1
/
+8
|
*
Merge branch 'unstable' into modules_fork
Salvatore Sanfilippo
2019-09-27
1
-27
/
+227
|
|
\
|
|
*
Add useless break for uniformity / future protection.
antirez
2019-09-20
1
-1
/
+1
|
|
*
RESP3: Fix function redisProtocolToLuaType about RESP3->Lua bools.
WuYunlong
2019-09-20
1
-1
/
+1
|
|
*
RESP3: Lua double -> RESP3 conversion.
antirez
2019-09-17
1
-0
/
+11
|
|
*
RESP3: RESP3 double -> Lua conversion.
antirez
2019-09-17
1
-0
/
+23
|
|
*
RESP3: double -> human readable conversion.
antirez
2019-09-17
1
-0
/
+9
|
|
*
RESP3: bool and null values in RESP -> human readable conversion.
antirez
2019-09-17
1
-0
/
+19
|
|
*
RESP3: convert RESP3 null as Lua nil. Implement RESP3->Lua bools.
antirez
2019-09-16
1
-1
/
+9
|
|
*
RESP3: change behavior of Lua returning true/false for RESP3.
antirez
2019-09-16
1
-1
/
+5
|
|
*
RESP3: implement new NULL representation parsing in Lua.
antirez
2019-09-16
1
-0
/
+8
|
|
*
RESP3: handle set Lua -> Redis conversion.
antirez
2019-09-16
1
-0
/
+22
|
|
*
RESP3: handle map Lua -> Redis conversion.
antirez
2019-09-16
1
-1
/
+25
|
|
*
RESP3: report set/map as nested tables to Lua.
antirez
2019-09-16
1
-18
/
+27
|
|
*
RESP3: Lua parsing should depend on lua client, not lua caller.
antirez
2019-09-13
1
-2
/
+2
|
|
*
RESP3: Lua debugger support for printing sets and maps.
antirez
2019-09-13
1
-0
/
+38
|
|
*
RESP3: implement lua.setresp().
antirez
2019-09-13
1
-6
/
+31
|
*
|
Module API for Forking
Oran Agra
2019-07-17
1
-2
/
+1
|
|
/
*
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-11
/
+11
|
/
*
CommandFilter API: Support Lua and RM_call() flows.
Yossi Gottlieb
2019-03-18
1
-0
/
+5
*
ACL: enforce ACLs in Lua scripts as well.
antirez
2019-01-29
1
-0
/
+16
*
RESP3: most null replies converted.
antirez
2019-01-09
1
-2
/
+2
*
RESP3: Scripting RESP3 mode set/map protocol -> Lua conversion.
antirez
2019-01-09
1
-13
/
+31
*
RESP3: Fix API in scripting.c leaving Lua conversions RESP2.
antirez
2019-01-09
1
-3
/
+3
*
Actually use the protectClient() API where needed.
antirez
2018-10-09
1
-5
/
+4
*
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
|
\
[next]