summaryrefslogtreecommitdiff
path: root/src/script_lua.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup NBSP characters in comments (#10555)Kaige Ye2023-03-151-2/+2
* Try to trim strings only when applicable (#11817)uriyage2023-02-281-2/+0
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-2/+2
* Fix potential issue with Lua argv caching, module command filter and libc rea...Oran Agra2023-01-041-11/+11
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-1/+1
* Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...filipe oliveira2022-12-051-18/+69
* changing addReplySds and sdscat to addReplyStatusLength() within luaReplyToRe...filipe oliveira2022-11-301-1/+1
* Fix wrong tips when the user pass wrong # of arguments to redis.set_repl(). (...qetu37902022-10-231-1/+1
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-2/+3
* Add missing lua_pop in luaGetFromRegistry (#11097)sundb2022-08-141-25/+6
* Return ASAP when lua error is string (#11075)sundb2022-08-031-0/+1
* Fix #11030, use lua_rawget to avoid triggering metatables and crash. (#11032)Meir Shpilraien (Spielrein)2022-07-261-10/+10
* remove boolean usage and use 0/1 instead (#10997)Valentino Geron2022-07-171-2/+2
* Expose Lua error in case of string error. (#10677)Meir Shpilraien (Spielrein)2022-05-031-2/+5
* Protect any table which is reachable from globals and added globals white list.meir2022-04-271-19/+185
* Protect globals of both evals scripts and functions.meir2022-04-271-95/+37
* Move user eval function to be located on Lua registry.meir2022-04-271-2/+2
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-56/+195
* Consistent erros returned from EVAL scripts (#10218)yoav-steinberg2022-02-081-10/+16
* acl check api for functions and eval (#10220)yoav-steinberg2022-02-071-95/+98
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-1/+1
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-0/+26
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-33/+131
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-45/+4
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-3/+13
* Redis Functions - Moved invoke Lua code functionality to script_lua.cmeir@redislabs.com2021-12-011-3/+66
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-229/+81
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-41/+41
* Redis Functions - Move code to make review process easier.meir@redislabs.com2021-12-011-0/+1423