class Redis::Distributed

def script(subcommand, *args)

Control remote script registry.
def script(subcommand, *args)
  on_each_node(:script, subcommand, *args)
end