PHP 使用第三方序列化扩展 igbinary为PHP安装igbinary扩展
PHP 编译 redis扩展启用php-redis的igbinary功能
修改wp-config.php
//define( 'WP_REDIS_DISABLED', 'true' ); define( 'WP_REDIS_SCHEME', 'unix' ); define( 'WP_REDIS_PATH', '/tmp/redis.sock' ); define( 'WP_REDIS_DATABASE', 8 ); define( 'WP_REDIS_IGBINARY', true ); define( 'WP_REDIS_DISABLE_BANNERS', true );