* [refac] modify default serializer of redis to igbinary.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user