libyrmcds
memcached/yrmcds client library for C
|
Enable/disable (de)compression for large objects.
This function enables transparent compression using LZ4 if The compression is disabled by default. If the library is built without LZ4, this function always return YRMCDS_NOT_IMPLEMENTED. Note that YRMCDS_FLAG_COMPRESS bit in the flags of compressed objects will be used by the library iff the compression is enabled. |