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