Method: Redis::Distributed#script

Defined in:
lib/redis/distributed.rb

#script(subcommand, *args) ⇒ Object

Control remote script registry.



1018
1019
1020
# File 'lib/redis/distributed.rb', line 1018

def script(subcommand, *args)
  on_each_node(:script, subcommand, *args)
end