Skip to content

Commit

Permalink
Added a link to the Rate limiting blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 18, 2011
1 parent 8a6ab6a commit df4dac5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit df4dac5

Please sign in to comment.