code_attribute/code_volumn_manager.py @@ -61,6 +61,7 @@ val = RedisUtils.get(redis, k, auto_free=False) if val: cls.__today_volumn_cache[code] = int(val) global_util.today_volumn[code] = int(val) finally: RedisUtils.realse(redis)