rerun
This commit is contained in:
parent
2fa70e4310
commit
f3b9bb24f2
|
@ -1,6 +1,7 @@
|
||||||
package appier
|
package appier
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/Selly-Modules/redisdb"
|
"github.com/Selly-Modules/redisdb"
|
||||||
|
@ -47,10 +48,10 @@ func handleSyncDataToServiceAppier(pattern string, typeData string) {
|
||||||
|
|
||||||
processSyncToServiceAppier(typeData, values)
|
processSyncToServiceAppier(typeData, values)
|
||||||
|
|
||||||
//// Del keys
|
// Del keys
|
||||||
//for _, key := range keys {
|
for _, key := range keys {
|
||||||
// redisdb.DelKey(context.Background(), key)
|
redisdb.DelKey(context.Background(), key)
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue