diff options
author | Kamil Kisiel <kamil@kamilkisiel.net> | 2015-01-29 21:30:26 +0300 |
---|---|---|
committer | Kamil Kisiel <kamil@kamilkisiel.net> | 2015-01-29 21:30:26 +0300 |
commit | 13c86220d944600e7a6e3de6c87418896ccfbe77 (patch) | |
tree | 03803b0897ff868c3cb5c52dfef6d33b7a2c9555 | |
parent | aa5e036e6c44aec69a32eb41097001978b29ad31 (diff) | |
parent | 4e0725cf9c768b11cc7f523a34fd2d40f96e56c6 (diff) |
Merge pull request #37 from denizeren/master
Added DynamoStore to implementation list.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ Other implementations of the sessions.Store interface: * [github.com/yosssi/boltstore](https://github.com/yosssi/boltstore) - Bolt * [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore) - Couchbase + * [github.com/denizeren/dynamostore](https://github.com/denizeren/dynamostore) - Dynamodb on AWS * [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 |