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