Registry / messaging / beanstalkd-go-beanstalk

beanstalkd-go-beanstalk

JSON →
library0.2.0gogounverified

A client for the beanstalk protocol, providing a Go interface to interact with beanstalkd work queues.

go get github.com/beanstalkd/go-beanstalk
INSTALL
IMPORT
SIG · BEANSTALKD-GO-BEAN
B
beanstalkd-go-beanstalk
messaginggov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

beanstalk
github.com/beanstalkd/go-beanstalk

Connects to a beanstalkd server and puts a job into the default tube.

package main import ( "fmt" "github.com/beanstalkd/go-beanstalk" ) func main() { conn, _ := beanstalk.Dial("tcp", "localhost:11300") id, _ := conn.Put([]byte("hello"), 1, 0, 120) fmt.Printf("Job ID: %d\n", id) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
beanstalkd-go-beanstalk — go get beanstalkd-go-beanstalk · libregistry