# File lib/redis/distributed.rb, line 344
def
lpush
(
key
,
value
)
node_for
(
key
).
lpush
(
key
,
value
)
end