aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2014-03-06 00:43:08 +0400
committerKamil Kisiel <kamil@kamilkisiel.net>2014-03-06 00:43:08 +0400
commit19a02e6217c210c1f56094ba536b69fd90838fa8 (patch)
tree20f1741e2b5f0e29bcf6c33304b68eb50ab54b91
parentaaa7e50fe124565b8ad00e2837b51c418fa90739 (diff)
parent05c7254e21c2ccc3ea0f35f3b902e762139300a5 (diff)
Merge pull request #27 from kidstuff/master
Add MongoStore to README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 30d139a..2dba1d0 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,4 @@ Other implementations of the sessions.Store interface:
* [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL
* [github.com/boj/redistore](https://github.com/boj/redistore) - Redis
* [github.com/boj/riakstore](https://github.com/boj/riakstore) - Riak
+ * [github.com/kidstuff/mongostore](https://github.com/kidstuff/mongostore) - MongoDB