From df4dac5b5d67f8419f2aec1066b840bfbb1b88ff Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Wed, 18 May 2011 20:13:04 +1000 Subject: [PATCH] Added a link to the Rate limiting blog post --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a471e1..a76723f 100755 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ It also comes with the following advanced data structures: - **CappedList** - A list with a fixed length - **FullText** - A full text index with support for stop words, stemming and basic boolean search - **Queue** - A simple FIFO or LIFO queue -- **RateLimit** - Count the number of times an event occurs over an interval. Can be used for IP rate limiting - +- **RateLimit** - Count the number of times an event occurs over an interval. Can be used for IP rate limiting. See [this blog post](http://chris6f.com/rate-limiting-with-redis) *More coming soon!* ## Usage