aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2014-05-16 23:41:36 +0400
committerKamil Kisiel <kamil@kamilkisiel.net>2014-05-16 23:41:36 +0400
commit28f896870851935df0885fca3410114940d49e1b (patch)
tree36f400f1e637621bf47a1209b9a136e99e598e54 /README.md
parentc5bbe9d3d3c906d01de60189e5bfbba1d8164a80 (diff)
Add Memcache store implementation
Fixes #28
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49122e5..09a37a6 100644
--- a/README.md
+++ b/README.md
@@ -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