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