aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2dba1d0ca28b85296a5e1f5727cc89e7fb83bfd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sessions
========

Store Implementations
---------------------
Other implementations of the sessions.Store interface:

 * [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
 * [github.com/boj/redistore](https://github.com/boj/redistore) - Redis
 * [github.com/boj/riakstore](https://github.com/boj/riakstore) - Riak
 * [github.com/kidstuff/mongostore](https://github.com/kidstuff/mongostore) - MongoDB