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