aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2013-11-09 21:44:54 +0400
committerKamil Kisiel <kamil@kamilkisiel.net>2013-11-09 21:44:54 +0400
commitebb83c42456610126ae4eb748e895fcdb6064782 (patch)
tree18204fa0232432a9caa2d7e0c5444167b9e67d93 /README.md
parent1ace0650f7b7ebbf58eb835609698352efeb9cc9 (diff)
Add link to gaesessions in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4857acb..9661c66 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +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/srinathgs/mysqlstore](https://github.com/srinathgs/mysqlstore) - store sessions in MySQL
- * [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