Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TamarLabs/ReDe
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 25, 2016
2 parents e66d307 + e21b5e8 commit 68005f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
6. [`REDE.TTN`](#ttn)
7. [`REDE.UPDATE`](#update)

### Performance of commands in events/second by version
| Command | 0.1.0 | 0.2.* | 0.3.* |
### Performance of main commands in events/second by version
| Command | 0.1.0 | 0.2.0 < | 0.3.0 < |
| ------------- |:------:|:-------:|:-------:|
| **PUSH** | 16,000 | 23,000 | 22,000 |
| **PULL** | 19,500 | 31,000 | 31,500 |
Expand Down Expand Up @@ -54,7 +54,7 @@ redis> REDE.POLL my_dehydrator

*syntex:* **GIDPUSH** dehydrator_name ttl element

*Available since: 0.1.0*
*Available since: 0.4.0*

*Time Complexity: O(1)*

Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ <h2>
<p>The dehydrator is an effective 'snooze button' for events, you push an event into it along with an id (for future referance) and in how many seconds you want it back, and poll whenever you want the elements back. only expired elements would pop out.</p>

<p><strong>It includes 7 commands:</strong></p>
* [`REDE.GIDPUSH`](Commands.md/#gidpush) -

<ul>
<li>
Expand Down

0 comments on commit 68005f9

Please sign in to comment.