Feature: combine decoding methods #1181
andersonpem
started this conversation in
Ideas
Replies: 1 comment
-
do you wanna to modify those values? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Redis database that is zlib compressed.
ARDM correctly identifies it as such and uses DeflateRAW to decompress.
But the data is serialized in PHPSerialize as well.
If we could chain these 2 decoding methods it would be even more convenient to use :)
Beta Was this translation helpful? Give feedback.
All reactions