# File lib/redis.rb, line 1068
  def lindex(key, index)
    synchronize do |client|
      client.call([:lindex, key, index])
    end
  end