Administrator
2025-08-29 e95ea73d04c06f4cd46a3d1497c39c80352a8cd0
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)