# File lib/redis/distributed.rb, line 420 def lrem(key, count, value) node_for(key).lrem(key, count, value) end