diff options
author | nvcnvn <nguyen@open-vn.org> | 2014-03-05 13:18:36 +0400 |
---|---|---|
committer | nvcnvn <nguyen@open-vn.org> | 2014-03-05 13:18:36 +0400 |
commit | 05c7254e21c2ccc3ea0f35f3b902e762139300a5 (patch) | |
tree | 20f1741e2b5f0e29bcf6c33304b68eb50ab54b91 /README.md | |
parent | aaa7e50fe124565b8ad00e2837b51c418fa90739 (diff) |
Add MongoStore to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |