{"id":16515302,"url":"https://github.com/pine/crystal-resque-client","last_synced_at":"2025-03-02T15:54:11.591Z","repository":{"id":41217334,"uuid":"48876719","full_name":"pine/crystal-resque-client","owner":"pine","description":":ambulance:  Simple Resque queue client for Crystal","archived":false,"fork":false,"pushed_at":"2016-05-25T10:51:33.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T03:14:11.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/pine.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":"2016-01-01T11:45:40.000Z","updated_at":"2017-02-22T22:15:07.000Z","dependencies_parsed_at":"2022-09-14T21:12:01.161Z","dependency_job_id":null,"html_url":"https://github.com/pine/crystal-resque-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-resque-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-resque-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-resque-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-resque-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine","download_url":"https://codeload.github.com/pine/crystal-resque-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241533650,"owners_count":19977826,"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-10-11T16:16:37.262Z","updated_at":"2025-03-02T15:54:11.555Z","avatar_url":"https://github.com/pine.png","language":"Crystal","readme":"# crystal-resque-client\n[![Build Status](https://travis-ci.org/pine/crystal-resque-client.svg?branch=master)](https://travis-ci.org/pine/crystal-resque-client)\n[![Dependency Status](https://shards.rocks/badge/github/pine/crystal-resque-client/status.svg)](https://shards.rocks/github/pine/crystal-resque-client)\n[![devDependency Status](https://shards.rocks/badge/github/pine/crystal-resque-client/dev_status.svg)](https://shards.rocks/github/pine/crystal-resque-client)\n\nSimple [Resque](https://github.com/resque/resque) queue client for [Crystal](http://crystal-lang.org/) inspired by [go-resque](https://github.com/kavu/go-resque).\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  resque_client:\n    github: pine/crystal-resque-client\n    branch: master\n  redis:\n    github: stefanwille/crystal-redis\n    version: ~\u003e 1.2.1\n```\n\n\n## Usage\n\n```crystal\nrequire \"redis\"\nrequire \"resque_client\"\n\nredis = Redis.new\nenqueuer = Resque::Client::Enqueuer.new(redis)\n\nenqueuer.enqueue(\"Class\", \"arg1\", 1000, true)\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/pine/crystal-resque-client/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [pine613](https://github.com/pine) Pine Mizune - creator, maintainer\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-resque-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine%2Fcrystal-resque-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-resque-client/lists"}