Readthis v1.4.0 Release Notes

Release Date: 2016-07-04 // almost 8 years ago
    • โž• Added: Readthis::Script, for dynamically loading and executing lua scripts.
    • โž• Added: Use custom mexpire to boost refresh performance with multiple keys. It is still slower than raw read performance, but much faster than naive multi expire (~1.5x faster).
    • ๐Ÿ“š Changed: Generally tighten inline documentation.
    • ๐Ÿ›  Fixed: Duplicate objects during dump operation when using the passthrough. When using fetch the original value was returned, including any encoding information that was prepended. From readthis#44 by @kagux
    • ๐Ÿ›  Fixed: Only account for 3 bits when detecting serialized values, which fixes detection with 4 or more serializers configured. From readthis#45 by @kagux.
    • ๐Ÿ›  Fixed: The max serializer guard would allow up to 8 serializers, which wasn't caught by an improper spec. From readthis#46 by @epilgrim.