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