Categorygithub.com/mevitae/redis-work-queue/go
modulepackage
0.3.0
Repository: https://github.com/mevitae/redis-work-queue.git
Documentation: pkg.go.dev

# Functions

ItemDataJson returns the data from an item, parsed as JSON to type T.
NewItem creates a new item with a random ID (a UUID).
NewItemFromJSONData creates a new item with a random ID (a UUID).
No description provided by the author

# Structs

Item for a work queue.
WorkQueue backed by a redis database.

# Type aliases

KeyPrefix is a string which should be prefixed to an identifier to generate a database key.