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