Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add cl-disque #986

Closed
CodyReichert opened this issue Aug 28, 2015 · 2 comments
Closed

Request to add cl-disque #986

CodyReichert opened this issue Aug 28, 2015 · 2 comments
Labels

Comments

@CodyReichert
Copy link

This is a Common Lisp client for interacting with Disque.

(Note that the test suite requires a Disque server running locally, if you plan on running it).

Author: CodyReichert
URL: https://github.com/CodyReichert/cl-disque

@quicklisp
Copy link
Owner

Can you please add a sentence or so on what a Disque server is?

quicklisp pushed a commit that referenced this issue Sep 1, 2015
@CodyReichert
Copy link
Author

Good point - I added some more info to the README. To be thorough I'll put it here too:

Disque is an in-memory job queue and message broker. It’s distributed and fault-tolerant so it works as a middle layer among processes that want to exchange messages.

Learn more about message queues here, and more about the Disque implementation here.

cl-disque provides a client for working with Disque through sending and receiving jobs and commands.

Thanks

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

No branches or pull requests

2 participants