summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4dea2ab..9661c66 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,7 @@ Store Implementations
---------------------
Other implementations of the sessions.Store interface:
- * [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore/) - store sessions in Couchbase
- * [github.com/boj/redistore](https://github.com/boj/redistore) - store sessions in Redis
+ * [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