Readthis v2.2.0 Release Notes

Release Date: 2018-01-14 // over 6 years ago
    • โž• Added: Cache#clear now supports async, available on Redis 4.0+
    • โž• Added: Documentation for serializers and expanders
    • ๐Ÿ›  Fixed: Preserve existing expiration value when incrementing or decrementing keys. There is also additional documentation about the non-atomicity of the increment and decrement methods. See readthis#59 for discussion.
    • ๐Ÿ›  Fixed: Uniformly force key encodings to binary. Not all methods forced encoding of the key, which would cause incomatible encoding errors.
    • ๐Ÿ”„ Changed: Automatically duplicate frozen strings when expanding keys.

Previous changes from v2.1.0

    • ๐Ÿ”„ Changed: Allow any redis client version between 3.0 and 5.0