Commit a88ec87f by 岳巧源

add insert to redis

parent 97d857df
Showing with 7 additions and 0 deletions
...@@ -208,6 +208,13 @@ def update_ext_attr_by_class_ids(conf: dict): ...@@ -208,6 +208,13 @@ def update_ext_attr_by_class_ids(conf: dict):
def insert_ext_attr_to_redis():
"""
拓展属性存到 redis中
key : jd_ext_attr
field: 分类id
value: 拓展属性id数组。
"""
......
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 sign in to comment