Skip to content

Commit d55b9ca

Browse files
author
Nick Kamer
committed
Updated readme
1 parent 190cd1c commit d55b9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ app.use(limiter);
3535

3636
* **expiry**: seconds - how long each rate limiting window exists for. Defaults to `60`.
3737
* **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();`.
3939

4040
## License
4141

0 commit comments

Comments
 (0)