# File lib/redis/distributed.rb, line 410 def linsert(key, where, pivot, value) node_for(key).linsert(key, where, pivot, value) end