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