colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
389 stars 142 forks source link

added zstd as compress option #131

Closed mklooss closed 6 years ago

mklooss commented 6 years ago

just added zstd, but i would prefer lz4

colinmollenhour commented 6 years ago

Nice, I hadn't heard of zstd yet. Have you observed any measurable differences in either size or speed with this algorithm for caching PHP data?

postadelmaga commented 6 years ago

@mklooss I think lz4 is already supported isn't it ?

I can see in the xml cache configuration

  <compression_lib>gzip</compression_lib>
  <!-- Supports gzip, lzf, lz4 (as l4z) and snappy -->