Преглед изворни кода

消息查询优化缓存代码

zhangdongming пре 1 година
родитељ
комит
9a65d3e122
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Controller/DetectControllerV2.py

+ 1 - 1
Controller/DetectControllerV2.py

@@ -501,7 +501,7 @@ class DetectControllerViewV2(View):
 
     @staticmethod
     def set_msg_redis_url(redis_client, msg_key, img_list):
-        redis_client.set_data(msg_key, img_list, 580)
+        redis_client.set_data(msg_key, json.dumps(img_list), 580)
 
     @staticmethod
     def oci_object_url(oci, obj_name):