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