oleiade / Elevator

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Update msgpack support using the new codec module #157

Open oleiade opened 11 years ago

oleiade commented 11 years ago

The go msgpack package maintainer got it deprecated and asks users to switch to the new codec package: https://github.com/ugorji/go/tree/master/codec#readme

Let's implement it.