go-siris / siris

DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Other
142 stars 16 forks source link

Session Store Backend: Badger #52

Open Dexus opened 7 years ago

Dexus commented 7 years ago

@theodesp Hey I just found that article comparing Badger Vs BoldDB https://medium.com/@hendra_zhong/badger-vs-boltdb-persistent-key-value-store-written-in-go-e94ada87048f

Maybe we can add a plugin for interfacing Badger as a session store

Dexus commented 7 years ago

Cause of a bug in badger that don't let it work as excepted on windows and other os... I wait with this integration...