Open asdf072 opened 5 years ago
For future readers why this would be awesome (no spam): https://medium.com/@akalongman/phpredis-vs-predis-comparison-on-real-production-data-a819b48cbadb Here is one small "hack" how to get it https://github.com/akalongman/laravel-lodash#redis-using-igbinary
I need igbinary support in the phpredis Redis client connector. This works:
Redis::setOption(\Redis::OPT_SERIALIZER, \Redis::SERIALIZER_IGBINARY);
but it's not global. I already have this solution in production. Works as advertised w/ no apparent conflicts or breakage.