Skip to content

Commit 0027082

Browse files
committed
Remove KeyValue interfaces from README
Change-Id: Iec19cba24743ccffae146b6ed37e1edaec1658f6
1 parent 827f760 commit 0027082

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,6 @@ The message will only be popped if churn() returns successfully.
191191
192192
A first in first out queue accessed by push and pop.
193193
194-
* IndexedFifoQueueStore
195-
196-
Messages are indexed along one column as they are pushed into a FIFO queue,
197-
otherwise these behave like FifoQueueStore. clear() deletes records by index.
198-
There is no get() operation, you'll need a KeyValueStore for that.
199-
200-
* KeyValueStore
201-
202-
Jobs can be retrieved and deleted by their index.
203-
204194
---
205195
## License ##
206196

0 commit comments

Comments
 (0)