Ilia Alshanetsky

Results 6 issues of Ilia Alshanetsky

- Introduced size limit for compression - Introduced min compression ratio - Allow by-pass of igbinary for string literals - Allow clone of redis object

This simple change ensures that string data is stored as is without introducing overhead in speed/memory involved in serialization/deserialization steps. In benchmarks this shows 1-2% speed improvement in terms of...

Current clone of redis object results in a crash. This patch fixes the crash and allows a copy of redis object to be created. This is helpful when you want...

Fixed checks for lzf when headers are inside include/liblzf (ubuntu 20.04) In some distributions lzf.h is not inside include/ but instead in include/libzlf this tweak adds extra checks for that...

Started seeing quite a few of "read error on connection" errors we are using PHP 7.2.16 with php-redis v 4.2.0. The connections are being made to redislabs redis instance. Any...

Couple of feature enhancements to simplify data retrieval 1. Added ability to fetch dates as strings (date as Y-m-d and datetime as Y-m-d H:i:s similar to how it is returned...