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