From 23fc617053a6e50770efff68d987609093752eb4 Mon Sep 17 00:00:00 2001 From: Ruben Cervilla Date: Wed, 18 Sep 2019 17:24:37 +0200 Subject: [PATCH] Add Redis store implementation --- 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