Redis Cache By Xon

Redis Cache By Xon 2.18.3

No permission to download
  • Switch to using json encode/decode for serialization, may not round-trip 100% correctly but by design.
    • As this add-on is used to cache potentially untrusted data, serialize/unserialize are strongly not recommended.
  • Replace Doctrine Cache key mangling. The practice of injecting [ and ] into key names makes working with redis-cli annoying (most linux shells require [ or ] to be escaped in a confusing list of situations), and requires further escaping when using Redis KEYS or SCAN commands.
  • Like
Reactions: eva2000 and Liam W
  • Merge recent XF1 Redis Cache into XF2 version, including upstream changes
  • Fix throwing exceptions on error.
  • Like
Reactions: bousaid
Back
Top Bottom