Exemple #1
0
func set(memc *gomemcache.Memcache, source *dataSource) error {
	return memc.Set(getQueueName(), source.GetData(), 0, 0)
}