Administrator
2023-08-02 f8a92efa900628c5bd5aa58a04e32d102041d33a
redis缓存加入内存缓存
2个文件已修改
4 ■■■■ 已修改文件
code_attribute/first_target_code_data_processor.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
constant.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
code_attribute/first_target_code_data_processor.py
@@ -111,7 +111,7 @@
        if need_get_volumn:
            limit_up_price = gpcode_manager.get_limit_up_price(code)
            if limit_up_price is None:
                inited_data.re_set_price_pres([code], True)
                continue
            try:
                volumes_data = inited_data.get_volumns_by_code(code, 150)
                volumes = inited_data.parse_max_volume(volumes_data[:90],
constant.py
@@ -31,7 +31,7 @@
    # "db": 0,
    # "pwd": "Yeshi2016@"
    "host": "127.0.0.1",
    "port": 6379,
    "port": 6380,
    "db": 0,
    "pwd": "123456"
}