# File lib/redis/distributed.rb, line 369
    def rpop(key)
      node_for(key).rpop(key)
    end