From 768319b91fde2fa74ffc37e63ba24fed77ad2452 Mon Sep 17 00:00:00 2001 From: Jens van de Wiel <85284773+JensvandeWiel@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:46:01 +0200 Subject: [PATCH] Added valkey store implementation to readme Signed-off-by: Jens van de Wiel <85284773+JensvandeWiel@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 184e7df..e5450a5 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Other implementations of the `sessions.Store` interface: - [github.com/srinathgs/mysqlstore](https://github.com/srinathgs/mysqlstore) - MySQL - [github.com/EnumApps/clustersqlstore](https://github.com/EnumApps/clustersqlstore) - MySQL Cluster - [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL +- [github.com/JensvandeWiel/valkeystore](https://github.com/JensvandeWiel/valkeystore) - Valkey - [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