Skip to content

Commit

Permalink
Call out Redict compatibility
Browse files Browse the repository at this point in the history
Redis is [no longer open source](redis/redis#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.
  • Loading branch information
nfriedly committed Mar 23, 2024
1 parent ec2208e commit f65a90c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

<div align="center">

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.

Expand Down Expand Up @@ -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:`.

Expand Down

0 comments on commit f65a90c

Please sign in to comment.