Commit b02c8710 authored by 郭羽's avatar 郭羽

embedding redis.close 注释

parent fd7b1b49
......@@ -149,6 +149,6 @@ if __name__ == '__main__':
# 模型更新状态保存
conn.set(model_status_key,"1")
conn.expire(model_status_key,60*60*24*30)
conn.close()
# conn.close()
print("model to redis: success")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment