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