Skip to content

Commit

Permalink
Added sreeix as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jun 6, 2011
1 parent 4557c9b commit 2fc2114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ It also comes with the following advanced data structures:
- **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. See [this blog post](http://chris6f.com/rate-limiting-with-redis)
- **BloomFilter** - A probabilistic structure used to test whether an an element exists in a set. Contributed by user [sreeix](https://github.com/sreeix)

*Have an idea for an advanced structure? Send a pull request and I'll add you as a contributor.*

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"hiredis": ">= 0.1.9",
"redis": ">= 0.6.0"
},
"contributors": [
{ "name": "Sreekanth", "github": "https://github.com/sreeix", "email": "sreeix@gmail.com" }
],
"preferGlobal": true,
"licenses": [{
"type": "MIT",
Expand Down

0 comments on commit 2fc2114

Please sign in to comment.