tongshanglei 2 роки тому
батько
коміт
7824d2b438
1 змінених файлів з 6 додано та 0 видалено
  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));
+    }
+