Disque.rb ========= Client for Disque, an in-memory, distributed job queue. Status ------ Disque is expected to be RESP compatible, and that means most Redis transport clients will be able to connect to it and run any command. This library is thus an imaginary client for Disque, but one that should work at least at a very basic level and connect to one node. Installation ------------ You will be able to install it with RubyGems. ``` $ gem install disque ```