Sha256: a1c18d9fbadfbc3196123940387f42137a09155fa9fbd25f3a47195cdc7dd331
Contents?: true
Size: 614 Bytes
Versions: 4
Compression:
Stored size: 614 Bytes
Contents
* 0.5.2 => 0.6.0 * Now aimed at key/value where value is Hash of attributes instead of just any random value, such as String, Array, etc. * `#key_for` now defaults to whatever was passed in, rather than Marshaling anything that was not a String or a Symbol. * `#encode` and `#decode` now default to whatever was passed in, instead of marshaling. * `#delete` no longer returns value. Raise error if delete fails. If you need value, do a read before delete. * Added `#read_multiple`. This can be overridden per adapter to make it more efficient based on the data store. Defaults to multiple single reads.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
adapter-0.6.3 | Changelog.md |
adapter-0.6.2 | Changelog.md |
adapter-0.6.1 | Changelog.md |
adapter-0.6.0 | Changelog.md |