summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeiji Yoshida <yoshida.keiji.84@gmail.com>2014-06-13 23:27:47 +0400
committerKeiji Yoshida <yoshida.keiji.84@gmail.com>2014-06-13 23:27:47 +0400
commitb5df0baf36ed4959cdfa3883153294207b288e10 (patch)
tree6dcdbe597f2ac0d7bbdcca262824c1d506c60e4c /README.md
parent43642f673fa7691e98095801179435bb3d9f84b5 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27f1175..a02df39 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Store Implementations
---------------------
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/bradleypeabody/gorilla-sessions-memcache](https://github.com/bradleypeabody/gorilla-sessions-memcache) - Memcache
* [github.com/hnakamur/gaesessions](https://github.com/hnakamur/gaesessions) - Memcache on GAE
@@ -13,4 +14,3 @@ 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/yosssi/boltstore](https://github.com/yosssi/boltstore) - Bolt