resque
Version, currently 0.1.12 versions
- 0.1.1latestFeb 21, 2016
- 0.1.0not indexedMay 25, 2016
github.com/pine/crystal-resque-client
:ambulance: Simple Resque queue client for Crystal
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
resque:
github: pine/crystal-resque-client
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- Pine Mizune
Dependencies
Development Dependencies
- redis~> 1.3.0github: stefanwille/crystal-redisdev
README
crystal-resque-client
Simple Resque queue client for Crystal inspired by go-resque.
Installation
Add this to your application's shard.yml:
dependencies:
resque_client:
github: pine613/crystal-resque-client
branch: master
redis:
github: stefanwille/crystal-redis
version: ~> 1.2.1
Usage
require "redis"
require "resque_client"
redis = Redis.new
enqueuer = Resque::Client::Enqueuer.new(redis)
enqueuer.enqueue("Class", "arg1", 1000, true)
Contributing
- Fork it ( https://github.com/pine613/crystal-resque-client/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- pine613 Pine Mizune - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- Feb 21, 2016
- Commit
1f87cd780d3a- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/pine/crystal-resque-client
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 2