tongshanglei 2 yıl önce
ebeveyn
işleme
7824d2b438
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      app/common.php

+ 6 - 0
app/common.php

@@ -1495,4 +1495,10 @@ use think\facade\Cache;
         return $conn;
     }
 
+    function pushDataToRedisList($data)
+    {
+        $redis=Cache::store('redis')->handler();
+        $redis->rpush('ningbo_fangdao_sync_data', json_encode($data));
+    }
+