class Redis::Distributed

def lindex(key, index)

def lindex(key, index)
  node_for(key).lindex(key, index)
end