From 400b592ab70b9f8ee876cf47bc6c794d255dd4aa Mon Sep 17 00:00:00 2001 From: Ruben Cervilla <47088081+rbcervilla@users.noreply.github.com> Date: Sun, 6 Oct 2019 17:13:01 +0200 Subject: [PATCH] docs: Add new Redis store to README (#202) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc3809..d4d70e9 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Other implementations of the `sessions.Store` interface: - [github.com/EnumApps/clustersqlstore](https://github.com/EnumApps/clustersqlstore) - MySQL Cluster - [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL - [github.com/boj/redistore](https://github.com/boj/redistore) - Redis +- [github.com/rbcervilla/redisstore](https://github.com/rbcervilla/redisstore) - Redis (Single, Sentinel, Cluster) - [github.com/boj/rethinkstore](https://github.com/boj/rethinkstore) - RethinkDB - [github.com/boj/riakstore](https://github.com/boj/riakstore) - Riak - [github.com/michaeljs1990/sqlitestore](https://github.com/michaeljs1990/sqlitestore) - SQLite