Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 326 Bytes

File metadata and controls

11 lines (9 loc) · 326 Bytes

redis-scripts

Redis Lua scripts for extended functionality

Usage suggestion:

  • First load the scripts from the commandline:
    $ redis-cli script load "$(cat /path/to/lua/script/file)"
    
  • The above command outputs an sha1sum, use that from the client libraries you are using with the EVALSHA command