Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo should be lz4 #53

Closed
jorgb90 opened this issue Nov 10, 2021 · 1 comment
Closed

Typo should be lz4 #53

jorgb90 opened this issue Nov 10, 2021 · 1 comment

Comments

@jorgb90
Copy link

jorgb90 commented Nov 10, 2021

--cache-backend-redis-compression-lib=l4z \

@magenx
Copy link
Owner

magenx commented Nov 10, 2021

that combination lz4 vs l4z for session and cache compression was taken from magento 2 cli redis cache documentation and from https://github.com/colinmollenhour/Cm_Cache_Backend_Redis

you can see it like:

bin/magento setup:config:set --cache-backend-redis-compression-lib  --help | grep l4z
      --cache-backend-redis-compression-lib=CACHE-BACKEND-REDIS-COMPRESSION-LIB
Compression lib to use [snappy,lzf,l4z,zstd,gzip] (leave blank to determine automatically)
      --page-cache-redis-compression-lib=PAGE-CACHE-REDIS-COMPRESSION-LIB
Compression library to use [snappy,lzf,l4z,zstd,gzip] (leave blank to determine automatically)

@magenx magenx closed this as completed Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants