diff options
author | Kamil Kisiel <kamil@kamilkisiel.net> | 2014-05-16 23:41:36 +0400 |
---|---|---|
committer | Kamil Kisiel <kamil@kamilkisiel.net> | 2014-05-16 23:41:36 +0400 |
commit | 28f896870851935df0885fca3410114940d49e1b (patch) | |
tree | 36f400f1e637621bf47a1209b9a136e99e598e54 /README.md | |
parent | c5bbe9d3d3c906d01de60189e5bfbba1d8164a80 (diff) |
Add Memcache store implementation
Fixes #28
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ 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/bradleypeabody/gorilla-sessions-memcache](https://github.com/bradleypeabody/gorilla-sessions-memcache) - Memcache + * [github.com/hnakamur/gaesessions](https://github.com/hnakamur/gaesessions) - Memcache on GAE * [github.com/kidstuff/mongostore](https://github.com/kidstuff/mongostore) - MongoDB * [github.com/srinathgs/mysqlstore](https://github.com/srinathgs/mysqlstore) - MySQL * [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL |