hashicorp / raft-mdb

LMDB backend for Raft
Mozilla Public License 2.0
134 stars 35 forks source link

Port to github.com/bmatsuo/lmdb-go/lmdb bindings #5

Closed WillSewell closed 8 years ago

WillSewell commented 8 years ago

These bindings seem more up-to-date and better maintained. More importantly for us: they are go 1.6 compatible, not suffering from this panic: https://tip.golang.org/doc/go1.6#cgo

WillSewell commented 8 years ago

Nevermind. I didn't realise this existed: https://github.com/bmatsuo/raft-mdb