blob: 9661c66021ffe449f073bed323a04d3890551ad3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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/boj/redistore](https://github.com/boj/redistore) - Redis
|