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