daybreak-serializer-msgpack
Overview
daybreak-serializer-msgpack
adds a Daybreak::Serializer::MsgPack
class.
Unsurprisingly, this class can be used as a serializer for Daybreak, using
MessagePack
instead of the default Marshal
.
Installation
gem install daybreak-serializer-msgpack
Usage
require 'daybreak/serializer/msgpack'
db = Daybreak::DB.new 'daybreak.db', serializer: Daybreak::Serializer::MsgPack
db['key'] = 'value'
License
daybreak-serializer-msgpack
is available under the MIT License. See
LICENSE.txt
for the full text.