Registry / messaging / lunny-levelqueue

lunny-levelqueue

JSON →
library0.4.1gogounverified

A persistent queue implementation backed by LevelDB.

go get gitea.com/lunny/levelqueue
INSTALL
IMPORT
SIG · LUNNY-LEVELQUEUE
L
lunny-levelqueue
messaginggov0.4.1
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.

levelqueue
gitea.com/lunny/levelqueue

Creates a LevelDB-backed queue and pushes/pops an item

package main import ( "fmt" "gitea.com/lunny/levelqueue" ) func main() { q, _ := levelqueue.Open("./queue") q.LPush([]byte("item")) val, _ := q.RPop() fmt.Println(string(val)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
1
Resources
lunny-levelqueue — go get lunny-levelqueue · libregistry