Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 313 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 313 Bytes

Simple command line beanstalkd client

Allows two modes of operation: push and pull.

Push: Reads from stdin pipe and writes it to the specified beanstalkd tube
Pull: Blocks and reserves a job from beanstalkd. Once read, it deletes the job from the specified tube.