Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 311 Bytes

Lua Scripts

  • It is possible to run Lua scripts server side to win latency and bandwidth
  • EVAL and EVALSHA are used to evaluate scripts using the Lua interpreter 
  • Can speed up data processing
    • Less roundtrips are required to complete a complex task
    • Bring the complex operation to the data