# File lib/redis.rb, line 1147
  def spop(key)
    synchronize do |client|
      client.call([:spop, key])
    end
  end