class Redis::Distributed

def substr(key, start, stop)

def substr(key, start, stop)
  node_for(key).substr(key, start, stop)
end