We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827f760 commit 0027082Copy full SHA for 0027082
1 file changed
README.md
@@ -191,16 +191,6 @@ The message will only be popped if churn() returns successfully.
191
192
A first in first out queue accessed by push and pop.
193
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
204
---
205
## License ##
206
0 commit comments