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