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