sessions/README.md

15 lines
723 B
Markdown
Raw Normal View History

2012-10-03 01:33:02 +04:00
sessions
2013-03-20 10:07:56 +04:00
========
Store Implementations
---------------------
Other implementations of the sessions.Store interface:
2013-11-09 21:44:54 +04:00
* [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore) - Couchbase
* [github.com/hnakamur/gaesessions](https://github.com/hnakamur/gaesessions) - Memcache or GAE
* [github.com/srinathgs/mysqlstore](https://github.com/srinathgs/mysqlstore) - MySQL
* [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL
2013-11-09 21:44:54 +04:00
* [github.com/boj/redistore](https://github.com/boj/redistore) - Redis
* [github.com/boj/riakstore](https://github.com/boj/riakstore) - Riak
2014-03-05 13:18:36 +04:00
* [github.com/kidstuff/mongostore](https://github.com/kidstuff/mongostore) - MongoDB