Download the PHP package b1rdex/predis-compressible without Composer
On this page you can find all versions of the php package b1rdex/predis-compressible. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download b1rdex/predis-compressible
More information about b1rdex/predis-compressible
Files in b1rdex/predis-compressible
Download b1rdex/predis-compressible
More information about b1rdex/predis-compressible
Files in b1rdex/predis-compressible
Vendor b1rdex
Package predis-compressible
Short Description Client gzip compression for Predis library
License MIT
Package predis-compressible
Short Description Client gzip compression for Predis library
License MIT
Please rate this library. Is it a good library?
Informations about the package predis-compressible
Predis Compressible
Plugin for Predis to compress/decompress stored values transparently.
Currently supported commands:
- SET
- SETEX
- SETNX
- GET
- MSET
Installation:
Example usage:
Compressed values are stored as is.
Default GzipCompressor
uses gzencode
php function to compress value with default parameters and gzdecode
to decompress.
You can create your own compressor by implementing CompressorInterface
.
Roadmap:
- Add more commands (
HSET
and their get counterparts at least) - Make initialization simpler
All versions of predis-compressible with dependencies
PHP Build Version
Package Version
The package b1rdex/predis-compressible contains the following files
Loading the files please wait ....