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