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