Lua Scripting Compatibility Report

Engula: Redis server v=7.2.11 sha=00000000:0 malloc=jemalloc-5.3.0 bits=64 build=cae386bc8738cd24
Redis: Redis server v=7.2.4 sha=d2c8a4b9:0 malloc=jemalloc-5.3.0 bits=64 build=cd220d26fc9c57a1
Started: 2026-03-31 19:39:30
100.0%
Pass Rate
23
Passed
0
Failed
0
Skipped

Test Cases

StatusTest NameDetails
PASS eval_return_int both returned: 42
PASS eval_return_string both returned: hello
PASS eval_return_nil both returned nil
PASS eval_return_table both returned: 1 2 3
PASS eval_argv_arithmetic both returned: 8
PASS eval_keys_and_args both returned: lua_val1
PASS eval_incr both returned: 1
PASS eval_conditional both returned: yes
PASS eval_loop both returned: 55
PASS eval_error both returned error
PASS evalsha_basic both loaded script
PASS evalsha_execute EVALSHA returned: 77
PASS evalsha_noscript both returned NOSCRIPT
PASS script_exists SCRIPT EXISTS matches
PASS script_flush SCRIPT FLUSH works
PASS script_kill_no_script both return error when no script running
PASS function_load function loaded: mylib
PASS function_list FUNCTION LIST matches
PASS fcall_basic FCALL returned: 30
PASS fcall_with_args FCALL with args returned: 30
PASS fcall_ro FCALL_RO returned: read-only
PASS function_delete FUNCTION DELETE matches
PASS function_flush FUNCTION FLUSH works