Kitura-redis
Kitura-redis copied to clipboard
Redis eval() command for executing Lua scripts is not implemented?
As far as I can see after a bit of hunting, there is no function in Kitura-Redis for using the Redis eval
statement. This would be a nice addition, as to avoid executing a raw command with issueCommandInArray
.
The Redis documentation for the eval command is very good.