igbinary_unserialize_header warning that keeps appearing
-
we kept seeing this warning and no amount of clearing the object cache helped and we had to disable the redis object cache. what’s this error exactly?
igbinary_unserialize_header: expected at least 5 bytes of data, got X byte(s)
X is usually 1 but sometimes 2
we’re using PhPRedis 5.0.2. the settings we have in our wp-config.php are
define( 'WP_REDIS_SCHEME', 'tls' ); define( 'WP_REDIS_DATABASE', intval( 1, 10 ) ); define( 'WP_REDIS_PORT', intval( 6379, 10 ) ); define( 'WP_REDIS_HOST', 127.0.0.1 ); define( 'WP_REDIS_IGBINARY', true );
thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘igbinary_unserialize_header warning that keeps appearing’ is closed to new replies.