class Redis::Distributed
def lmove(source, destination, where_source, where_destination)
def lmove(source, destination, where_source, where_destination) ensure_same_node(:lmove, [source, destination]) do |node| node.lmove(source, destination, where_source, where_destination) end end