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