Readthis v0.7.0 Release Notes

Release Date: 2015-08-11 // over 8 years ago
    • ๐Ÿ”„ Changed: Entity initialization uses an options hash rather than keyword arguments. This allows flexibility with older Ruby versions (1.9) that aren't officially supported.
    • ๐Ÿ”„ Changed: There is no longer a hard dependency on hiredis, though it is the default. The redis driver can be configured by passing a driver: :ruby option through to the constructor.