mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 22:20:05 +00:00
929 B
929 B
sessions
Store Implementations
Other implementations of the sessions.Store interface:
- github.com/yosssi/boltstore - Bolt
- github.com/srinathgs/couchbasestore - Couchbase
- github.com/bradleypeabody/gorilla-sessions-memcache - Memcache
- github.com/hnakamur/gaesessions - Memcache on GAE
- github.com/kidstuff/mongostore - MongoDB
- github.com/srinathgs/mysqlstore - MySQL
- github.com/antonlindstrom/pgstore - PostgreSQL
- github.com/boj/redistore - Redis
- github.com/boj/riakstore - Riak