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