Registry / messaging / kr-beanstalk

kr-beanstalk

JSON →
library0.0.0-20180818045031-cae1762e4858gogounverified

A Go client for the beanstalk protocol, providing synchronized access to beanstalkd servers.

go get github.com/kr/beanstalk
INSTALL
IMPORT
SIG · KR-BEANSTALK
K
kr-beanstalk
messaginggov0.0.0-20180818045031-cae1762e4858
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/kr/beanstalk

Connects to a beanstalkd server.

package main import ( "fmt" "github.com/kr/beanstalk" ) func main() { conn, err := beanstalk.Dial("tcp", "localhost:11300") if err != nil { panic(err) } defer conn.Close() fmt.Println("Connected to beanstalkd") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180818045031-cae1762e4858latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
kr-beanstalk — go get kr-beanstalk · libregistry