Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Define the same API as queue #1

Open
matrixise opened this issue Aug 8, 2014 · 1 comment
Open

Define the same API as queue #1

matrixise opened this issue Aug 8, 2014 · 1 comment
Assignees

Comments

@matrixise
Copy link
Owner

Currently, the API of erqueue has the get and put methods, but to be compatible with queue, we need to change and define a new API.

Current API

erqueue:put/2
erqueue:get/1

We need this new API

erqueue:in/2,
erqueue:in_r/2
erqueue:out/1
erqueue:out_r/2
@matrixise matrixise self-assigned this Aug 8, 2014
@matrixise
Copy link
Owner Author

or maybe the API of Redis.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant