# File lib/redis/distributed.rb, line 486 def spop(key, count = nil) node_for(key).spop(key, count) end