Readthis v0.6.0 Release Notes

Release Date: 2015-03-09 // about 9 years ago
    • ๐Ÿ›  Fixed: Safely handle calling read_multi without any keys. [Michael Rykov]
    • ๐Ÿ›  Fixed: Pointed redis-activesupport at master. Only effected development and testing.
    • โž• Added: A write_multi method is no available to bulk set keys and values. It is used by fetch_multi internally to ensure that there are at most two Redis calls.