# README
BoltStore - Session store using BoltDB
Overview
BoltStore is a session store using Bolt which is a pure Go key/value store. You can store session data in Bolt by using this store. This store implements the gorilla/sessions package's Store interface.
Based on Redistore codebase.