Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
94 stars 25 forks source link

Redis eval() command for executing Lua scripts is not implemented? #68

Open mr-j-tree opened 6 years ago

mr-j-tree commented 6 years ago

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.