# go-beanstalkd-client **Repository Path**: chenbotome/go-beanstalkd-client ## Basic Information - **Project Name**: go-beanstalkd-client - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-beanstalk-client [![Go Report Card](https://goreportcard.com/badge/github.com/chenbo29/go-beanstalkd-client)](https://goreportcard.com/report/github.com/chenbo29/go-beanstalkd-client) * [中文](/README_ZH_CN.md) * [English](/README.md) ## Purpose * Learn to learn the relevant grammar knowledge of GoLand and help you understand the basic grammar and understand the characteristics of the language. * Using the beanstalk queue (Beanstalk is a simple, fast work queue. https://beanstalkd.github.io/) and using Go's coroutine goroutine feature, you can create a factory for each Tube pipeline, the factory has a number of custom quantities Workers and workers receive tasks. ## install-linux ```bash cd example ``` ```bash ./install.sh ``` ## execute file * beanstalkf * beanstalkf-daemon background ## Command * start * status * stop