Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 377 Bytes

File metadata and controls

10 lines (6 loc) · 377 Bytes

RedisLuaScript

Invoke Lua script in Redis

Sample program to excute redis command using Lua script on redis server. Program presents examples for single and multiple commands.

Multiple commands show how outcome of one command can be used in Lua script. This is what makes Lua script invocation using "eval" commands different from "multi" commands in REDIS.