You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ app.use(limiter);
35
35
36
36
***expiry**: seconds - how long each rate limiting window exists for. Defaults to `60`.
37
37
***prefix**: string - prefix to add to entries in Redis. Defaults to `rl:`.
38
-
***client**: [Redis Client](https://github.com/NodeRedis/node_redis) - A node_redis Redis Client to use. Defaults to `require('redis').createClient();`.
38
+
***client**: [Redis Client](https://github.com/NodeRedis/node_redis)or [ioredis Client](https://github.com/luin/ioredis)- A Redis Client to use. Defaults to `require('redis').createClient();`.
0 commit comments