mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
.. | ||
.travis.yml | ||
doc.go | ||
LICENSE | ||
README.md | ||
sessions.go | ||
sessions_test.go | ||
store.go | ||
store_test.go |
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