* [refac] modify default serializer of redis to igbinary.

This commit is contained in:
liugang
2024-11-20 15:42:49 +08:00
committed by 朱金勇
parent f6996e21f7
commit 736a438d22
+1 -1
View File
@@ -69,4 +69,4 @@ $config->redis->host = '';
$config->redis->port = '';
$config->redis->username = '';
$config->redis->password = '';
$config->redis->serializer = 'serialize'; // serialize|igbinary
$config->redis->serializer = 'igbinary'; // serialize|igbinary