-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add support for Magento compressed session data #5028
Comments
Hello @kanevbg Could you provide sample of the data created by Magento? It will help to figure out why it's not decompressed automatically in RDM. Thanks! |
sample-hex.txt |
Is it reproducible? |
@kanevbg sorry for the late reply. Build-in decompression doesn't work due to |
I will do. Using on windows 10 Pro 21H1 x64. Will be great if you add support for zstd too, I can test that too. |
Yes, general zstd support will be also included. But I don't see zstd in Magento settings here https://devdocs.magento.com/guides/v2.4/config-guide/redis/redis-session.html :) |
@kanevbg thanks for the hint. Will try it out. |
@kanevbg Please sign in with your account on rdm.dev and go to https://rdm.dev/subscriptions Please share your feedback. Thanks! |
@kanevbg thanks. will double-check |
In order to reproduce test will cache entries which has more than one keys which should be decoded. In the above case t & d are both to be decoded |
@kanevbg added fix in |
@kanevbg Please let me know if you have any other feedback or faced any other issues. Thanks! |
I'm always frustrated when I had to inspect data in redis, stored by Magento 1/2 system, as it is using compression and the data is not readable straight-away when inspecting.
I'd like to have a "View as" option which support decompression.
The type of compression used by default in Magento is gzip, however there is option and implementation for snappy, lzf and lz4. If all of these can be supported it will be even better.
The text was updated successfully, but these errors were encountered: