thx01138
Results
1
comments of
thx01138
Impractical example here but it should demonstrate the benefit: Instead of ``` redis.register_function({ function_name = 'my_fun_function', callback = function(keys, args) local req = cmsgpack.decode(args[1]) local resp = [] if req.isOption1...