We currently rely on redis.eval to evaluate the lua scripts.
When designing the system, we came accross function_load and evalsha to run the lua scripts, sort of as a stored procedure, instead of evaluating the script everytime.
This could possibly help performance in case we ever struggle.
We currently rely on
redis.evalto evaluate theluascripts.When designing the system, we came accross
function_loadandevalshato run theluascripts, sort of as a stored procedure, instead of evaluating the script everytime.This could possibly help performance in case we ever struggle.