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