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