-
Notifications
You must be signed in to change notification settings - Fork 225
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 decrypt option to cache:view command #1255
Add decrypt option to cache:view command #1255
Conversation
Download the artifacts for this pull request: |
@damienwebdev Did some experimental tests by including the standard encryptor.
prints this on my dev machine: {
"websites": {
"admin": 1,
"0": 1,
"base": 1,
"1": 1
},
"stores": {
"admin": 1,
"0": 1,
"default": 1,
"1": 1
}
} Sadly |
df76ec4
to
6eed7cb
Compare
Seems that not alle config values are "json encodable". So we should skip the |
Key is not available after cache flush
Differences between Magento versions
Magerun pull-request check-list:
Fixes #1254
Changes proposed in this pull request: