You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Load LUA script prior to commands execution on Redis.
Initialization can be done when object created once per application.
Motivation
All Redis backends are sending LUA scripts as is. Those calls ending up with slitty bigger size.
Reduce that redundancy with using script hash to call it.
Caveats
Tracking what Redis instances already has scripts might be challenging if cluster topology changes or individual instance get restarted/replaced.
The text was updated successfully, but these errors were encountered:
Summary
Load LUA script prior to commands execution on Redis.
Initialization can be done when object created once per application.
Motivation
All Redis backends are sending LUA scripts as is. Those calls ending up with slitty bigger size.
Reduce that redundancy with using script hash to call it.
Caveats
The text was updated successfully, but these errors were encountered: