Example #1
0
func createPeriodFromInput(conf *config.Input) {
	cache.Set(cache.FormatKey("System", "Period", conf.Id), conf.Period)
}
Example #2
0
func LoadBaseData() {
	cache.Set("Relation:1", []string{"1", "2", "3", "4", "5"})
	cache.Set("Relation:11", []string{"1", "2", "3", "4", "5"})
	cache.Set("Relation:2", []string{"1", "2", "3", "4", "5"})
}