|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
namespace loyalsoft;
|
|
namespace loyalsoft;
|
|
|
|
|
|
-define('Redis_Debug', true); // 调试redis操作
|
|
|
|
|
|
+//define('Redis_Debug', true); // 调试redis操作
|
|
//require __DIR__ . '/Predis/Autoloader.php';
|
|
//require __DIR__ . '/Predis/Autoloader.php';
|
|
require __DIR__ . '/predis-2.0.0/src/Autoloader.php'; # 2022.8.16 更新Predis代码到2.0
|
|
require __DIR__ . '/predis-2.0.0/src/Autoloader.php'; # 2022.8.16 更新Predis代码到2.0
|
|
|
|
|