jsumners / abstract-cache-redis

7 stars 4 forks source link

Double encodeURIComponent issue #3

Open pkExec opened 5 years ago

pkExec commented 5 years ago

Scenario: I use the keys function, to retrieve keys by a pattern. The keys returned are already URIencoded. I then use the same keys in the delete function. The keys are getting double-encoded and thus aren't found.

If this is expected behavior, it should be mentioned in the "keys" documentation.