From f65a90c19385eb83c3e45e91c842ac0d419a22f8 Mon Sep 17 00:00:00 2001 From: Nathan Friedly Date: Sat, 23 Mar 2024 15:47:13 -0400 Subject: [PATCH] Call out Redict compatibility Redis is [no longer open source](https://github.com/redis/redis/pull/13157), [Redict](https://redict.io/) is a still-open-source fork that is essentially what redis was - see https://andrewkelley.me/post/redis-renamed-to-redict.html This just updates the readme to clarify that we work with both. We will probably want to include redict in our automated testing eventually, although they are essentially identical for the moment. --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 48b36a9..baa574b 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,8 @@
-A [`redis`](https://github.com/redis/redis) store for the +A [`redict`](https://redict.io/) & [`redis`](https://github.com/redis/redis) +store for the [`express-rate-limit`](https://github.com/nfriedly/express-rate-limit) middleware. @@ -148,7 +149,7 @@ below: #### `prefix` -The text to prepend to the key in Redis. +The text to prepend to the key in Redict/Redis. Defaults to `rl:`.