{"id":52301,"library":"hibiken-asynq","title":"Asynq","description":"A Go framework for distributed task queues using Redis as a message broker, providing client and server components for task enqueuing and processing.","status":"active","version":"0.25.0","language":"go","source_language":null,"source_url":"https://github.com/hibiken/asynq","tags":["task-queue","redis","distributed-systems","background-jobs","asynchronous"],"install":[{"cmd":"go get github.com/hibiken/asynq","lang":"bash","label":"Install github.com/hibiken/asynq"}],"dependencies":[],"imports":[{"symbol":"asynq","correct":"github.com/hibiken/asynq"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"github.com/hibiken/asynq\"\n)\n\nfunc main() {\n\tclient := asynq.NewClient(asynq.RedisClientOpt{Addr: \"localhost:6379\"})\n\tdefer client.Close()\n\n\ttask := asynq.NewTask(\"email:welcome\", []byte(\"{\\\"user_id\\\": 42}\"))\n\tinfo, err := client.Enqueue(task)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tlog.Printf(\"enqueued task: id=%s queue=%s\", info.ID, info.Queue)\n}","lang":"go","description":"Enqueues a task to the Asynq queue using a Redis connection."},"warnings":[],"env_vars":null,"search_vec":"'asynchron':35 'asynq':1 'background':33 'background-job':32 'broker':14 'client':16 'compon':19 'distribut':6,30 'distributed-system':29 'enqueu':22 'framework':4 'go':3 'job':34 'messag':13 'process':24 'provid':15 'queue':8,27 'redi':10,28 'server':18 'system':31 'task':7,21,26 'task-queu':25 'use':9","created_at":"2026-06-15T06:49:33.870605+00:00","updated_at":"2026-06-15T06:49:33.870605+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/hibiken/asynq","github":"https://github.com/hibiken/asynq","docs":"https://pkg.go.dev/github.com/hibiken/asynq#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}