unified caching system collection key names
This commit is contained in:
parent
6e16a9a39a
commit
7ea38615b4
|
|
@ -35,8 +35,8 @@ const (
|
||||||
// RedisSpecStationCompTagSetKey define redis set key which store all component tag keys under specific station
|
// RedisSpecStationCompTagSetKey define redis set key which store all component tag keys under specific station
|
||||||
RedisSpecStationCompTagSetKey = "%s_component_tag_keys"
|
RedisSpecStationCompTagSetKey = "%s_component_tag_keys"
|
||||||
|
|
||||||
// RedisSpecCompTagMeasSetKey define redis set key which store all measurement keys under specific component tag
|
// RedisSpecCompTagMeasSetKey define redis set key which store all measurement tag keys under specific component tag
|
||||||
RedisSpecCompTagMeasSetKey = "%s_measurement_keys"
|
RedisSpecCompTagMeasSetKey = "%s_measurement_tag_keys"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ const (
|
||||||
// NSPath -> CompTag (e.g., ns1_1_1_1_components_tag_keys)
|
// NSPath -> CompTag (e.g., ns1_1_1_1_components_tag_keys)
|
||||||
nsPathCompTagKeyFormat = "ns%d_%d_%d_%d_component_tag_keys"
|
nsPathCompTagKeyFormat = "ns%d_%d_%d_%d_component_tag_keys"
|
||||||
// CompTag -> Measurement (e.g., comptag1_1_1_1_1_measurement_keys)
|
// CompTag -> Measurement (e.g., comptag1_1_1_1_1_measurement_keys)
|
||||||
compTagMeasKeyFormat = "comptag%d_%d_%d_%d_%d_measurement_keys"
|
compTagMeasKeyFormat = "comptag%d_%d_%d_%d_%d_measurement_tag_keys"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue