Method: Redis2::Distributed#script
- Defined in:
- lib/redis2/distributed.rb
#script(subcommand, *args) ⇒ Object
Control remote script registry.
785 786 787 |
# File 'lib/redis2/distributed.rb', line 785 def script(subcommand, *args) on_each_node(:script, subcommand, *args) end |