Method: Redis::Distributed#evalsha
- Defined in:
- lib/redis/distributed.rb
permalink #evalsha(*args) ⇒ Object
Evaluate Lua script by its SHA.
1061 1062 1063 |
# File 'lib/redis/distributed.rb', line 1061 def evalsha(*args) _eval(:evalsha, args) end |