summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2013-07-10 22:08:01 +0400
committerKamil Kisiel <kamil@kamilkisiel.net>2013-07-10 22:08:01 +0400
commit8593e03f3101a7001cd6c76a6fb0f3c5cbf2724c (patch)
treedd912a348d185ff643d790cba4c127983c4f6d2b /README.md
parentee3427540dbf73c8341901c63c2842de876088fe (diff)
Add couchbasestore to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd92e08..4dea2ab 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,5 @@ Store Implementations
---------------------
Other implementations of the sessions.Store interface:
- * [redistore](https://github.com/boj/redistore) - store sessions in Redis
+ * [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore/) - store sessions in Couchbase
+ * [github.com/boj/redistore](https://github.com/boj/redistore) - store sessions in Redis