{"id":13509002,"url":"https://github.com/mosic/exdisque","last_synced_at":"2026-02-22T14:43:12.095Z","repository":{"id":32008827,"uuid":"35579843","full_name":"mosic/exdisque","owner":"mosic","description":"Elixir client for Disque (https://github.com/antirez/disque), an in-memory, distributed job queue.","archived":false,"fork":false,"pushed_at":"2018-11-19T20:27:10.000Z","size":5,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T04:44:00.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-13T23:40:14.000Z","updated_at":"2023-12-10T03:26:23.000Z","dependencies_parsed_at":"2022-09-02T13:31:06.223Z","dependency_job_id":null,"html_url":"https://github.com/mosic/exdisque","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosic%2Fexdisque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosic%2Fexdisque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosic%2Fexdisque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosic%2Fexdisque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosic","download_url":"https://codeload.github.com/mosic/exdisque/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314045,"owners_count":20757455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:01:01.617Z","updated_at":"2025-10-21T18:40:06.027Z","avatar_url":"https://github.com/mosic.png","language":"Elixir","funding_links":[],"categories":["Queue"],"sub_categories":[],"readme":"ExDisque\n========\n\n[Elixir](http://elixir-lang.org/) client for [Disque](https://github.com/antirez/disque), an in-memory, distributed job queue.\n\n### Installation\n\nAdd this to your project's `mix.exs` file:\n\n```elixir\n{:exdisque, \"\u003e= 0.0.1\"}\n```\n\n### Usage\n\n#### Connect to the Disque Server\n\n``` elixir\n{:ok, client} = ExDisque.start_link\n```\n\n#### Add a job to a queue and fetch it back\n\n``` elixir\nExDisque.query client, [\"ADDJOB\", \"queue_name\", \"job_body\", \"0\"]\n#=\u003e \"DIa88749862374413ece8b8b8156a15466474edecb05a0SQ\"\nExDisque.query client, [\"GETJOB\", \"FROM\", \"queue_name\"]\n#=\u003e [[\"queue\", \"DIa88749862374413ece8b8b8156a15466474edecb05a0SQ\", \"job_body\"]]\n```\n\nSee more Disque command examples on the [Disque repo](https://github.com/antirez/disque#api).\n\n### Dependencies\n\nOnly dependency of ExDisque is [eredis](https://github.com/wooga/eredis), Redis client written in Erlang.\n\n### Contributing\n\nIssues and pull requests welcome.\n\n### License\n\nExDisque is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosic%2Fexdisque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosic%2Fexdisque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosic%2Fexdisque/lists"}