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
*
Redis Functions - Move code to make review process easier.
meir@redislabs.com
2021-12-01
1
-3063
/
+0
*
Swap '\r\n' with spaces when returning a big number reply from Lua script. (#...
Meir Shpilraien (Spielrein)
2021-11-30
1
-1
/
+4
*
Clean Lua stack before parsing call reply to avoid crash on a call with many ...
Meir Shpilraien (Spielrein)
2021-11-28
1
-0
/
+4
*
Replica keep serving data during repl-diskless-load=swapdb for better availab...
Eduardo Semprebon
2021-11-04
1
-7
/
+7
*
Improve errno reporting on fork and fopen rdbLoad failures (#9649)
Oran Agra
2021-10-24
1
-1
/
+1
*
Treat subcommands as commands (#9504)
guybe7
2021-10-20
1
-1
/
+1
*
Fix invalid memory write on lua stack overflow (CVE-2021-32626) (#9591)
Meir Shpilraien (Spielrein)
2021-10-04
1
-6
/
+106
*
Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672) (#9590)
Oran Agra
2021-10-04
1
-4
/
+25
*
Adding ACL support for modules (#9309)
YaacovHazan
2021-09-23
1
-1
/
+1
*
dict struct memory optimizations (#9228)
yoav-steinberg
2021-08-05
1
-1
/
+1
*
Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)
Meir Shpilraien (Spielrein)
2021-08-04
1
-101
/
+246
*
Update Lua debugging help message commands for consistency. (#2946)
Paul Kulchenko
2021-07-18
1
-5
/
+5
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
1
-2
/
+2
*
Mem efficiency, make full use of client struct memory for reply buffers (#8968)
Wang Yuan
2021-06-08
1
-1
/
+1
*
Hide migrate command from slowlog if they include auth (#8859)
Madelyn Olson
2021-05-19
1
-0
/
+6
*
EVALSHA_RO and EVAL_RO Commands (#8820)
Raghav Muddur
2021-05-12
1
-0
/
+17
*
Use monotonic clock to check for Lua script timeout. (#8812)
zyxwvu Shi
2021-04-22
1
-4
/
+7
*
make processCommand check publish channel permissions. (#8534)
Huang Zhw
2021-03-26
1
-3
/
+1
*
Fix script kill to work also on scripts that use pcall (#8661)
Meir Shpilraien (Spielrein)
2021-03-17
1
-0
/
+8
*
Missing EXEC on modules propagation after failed EVAL execution (#8654)
guybe7
2021-03-15
1
-3
/
+2
*
Use addReplyErrorObject with shared.noscripterr (#8544)
sundb
2021-02-24
1
-2
/
+2
*
In luaRedisGenericCommand check channel return is ACL_DENIED_CHANNEL (#8535)
Huang Zw
2021-02-23
1
-1
/
+1
*
Moved most static strings into the shared structure (#8411)
Madelyn Olson
2021-02-09
1
-4
/
+3
*
Add lazyfree-lazy-user-flush config to control default behavior of FLUSH[ALL|...
Yang Bodong
2021-01-15
1
-7
/
+25
*
Fix wrong order of key/value in Lua map response (#8266)
Oran Agra
2021-01-05
1
-2
/
+2
*
HELP subcommand, continued (#5531)
Itamar Haber
2021-01-04
1
-8
/
+13
*
Fix memory leaks in error replies due to recent change (#8249)
Oran Agra
2020-12-27
1
-4
/
+1
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
1
-4
/
+4
*
Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...
Oran Agra
2020-12-22
1
-2
/
+2
*
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
[next]