Closed jakobo closed 5 years ago
This addresses #200, using @stefanpenner's suggestion of \x00 as a cache key separator. This preempts any issues with : in a key name. I made the change and reran the tests to ensure we didn't break anything as part of this PR.
\x00
:
@Jakobo Thanks for the patch!
This addresses #200, using @stefanpenner's suggestion of
\x00
as a cache key separator. This preempts any issues with:
in a key name. I made the change and reran the tests to ensure we didn't break anything as part of this PR.