Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added bulkDelete() and bulkPut() to list of supported operations.
  • Loading branch information
dfahlander committed Apr 7, 2016
1 parent e0b4d40 commit e1889b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ below(key): Collection;
belowOrEqual(key): Collection;
between(lower, upper, includeLower?, includeUpper?): Collection;
bulkAdd(items: Array): Promise;
bulkDelete(keys: Array): Promise;
bulkPut(items: Array): Promise;
clear(): Promise;
count(): Promise;
delete(key): Promise;
Expand Down

0 comments on commit e1889b7

Please sign in to comment.