Skip to content

Commit

Permalink
README improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 15, 2016
1 parent 0665b26 commit 57c29e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ ERROR: No Such Element
"world"
127.0.0.1:6379> DEHYDRATOR.PULL some_dehy id2
ERROR: No Such Element
127.0.0.1:6379> DEHYDRATOR.TTN some_dehy
8
```

This `(empty list or set)` reply from `DEHYDRATOR.POLL` means that the there are no more items to pull right now, so we'll have to wait until enough time passes for our next element to be ready (15 seconds in this case). Then we can run:
This `(empty list or set)` reply from `DEHYDRATOR.POLL` means that the there are no more items to pull right now, so we'll have to wait until enough time passes for our next element to expire. using DEHYDRATOR.TTN we can see this will be in 8 seconds (in this example we waited a bit between commands). Once 8 seconds will pass we can run:

```
127.0.0.1:9979> DEHYDRATOR.POLL some_dehy
Expand Down

0 comments on commit 57c29e5

Please sign in to comment.