# File lib/redis/distributed.rb, line 269
    def lindex(key, index)
      node_for(key).lindex(key, index)
    end