start_enterprise2Redis.py 223 B

123456789
  1. import sys
  2. import os
  3. sys.path.append(os.path.dirname(__file__)+"/..")
  4. from BaseDataMaintenance.maintenance.enterprise.enterprise2Redis import *
  5. if __name__ == '__main__':
  6. em = enterprise2Redis()
  7. em.start_monitor()