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