floki icon indicating copy to clipboard operation
floki copied to clipboard

Floki Message Queue

Results 4 floki issues
Sort by recently updated
recently updated
newest added

- [x] accept/change configuration through the protocol - [ ] persist/load queue configuration

Amazon SQS has the concept of a receipt that's different from the Message ID, its used to delete (ack) the message afterwards. Also, if a messages timeout a new receipt...

This is what Floki does right now **RPUSH** push one or more messages `RPUSH queue_name message1 [message2, ...]` Returns the number of messages inserted **HMGET** get one or more messages...