Skip to content

NikunjGithub/RedisLuaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Invoke Lua script fin Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages