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
*
Make sure we do not propagate nested MULTI/EXEC (#8097)
guybe7
2020-12-06
1
-0
/
+3
*
Adds pub/sub channel patterns to ACL (#7993)
Itamar Haber
2020-12-01
1
-5
/
+19
*
Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)
Meir Shpilraien (Spielrein)
2020-11-17
1
-1
/
+4
*
RM_GetContextFlags provides indication that we're in a fork child (#7783)
Oran Agra
2020-09-20
1
-1
/
+1
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-13
/
+13
*
Run active defrag while blocked / loading (#7726)
Oran Agra
2020-09-03
1
-0
/
+2
*
Judge the log level in advance
mymilkbottles
2020-04-06
1
-0
/
+1
*
Merge pull request #6797 from patpatbear/issue_#6565_memory_borderline
Salvatore Sanfilippo
2020-04-06
1
-4
/
+3
|
\
|
*
Check OOM at script start to get stable lua OOM state.
srzhao
2020-01-20
1
-4
/
+3
*
|
Merge branch 'acl-log' into unstable
antirez
2020-02-06
1
-1
/
+3
|
\
\
|
*
|
ACL LOG: log failed auth attempts.
antirez
2020-02-04
1
-1
/
+1
|
*
|
ACL LOG: also log ACL errors in the scripting/MULTI ctx.
antirez
2020-01-30
1
-1
/
+3
|
*
|
ACL LOG: data structures and initial functions.
antirez
2020-01-27
1
-1
/
+1
|
|
/
*
|
Fix lua related memory leak.
WuYunlong
2020-02-04
1
-0
/
+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
[next]