Method: Redis::Commands::Scripting#eval
- Defined in:
- lib/redis/commands/scripting.rb
permalink #eval(*args) ⇒ Object
Evaluate Lua script.
71 72 73 |
# File 'lib/redis/commands/scripting.rb', line 71 def eval(*args) _eval(:eval, args) end |