{"id":21801200,"url":"https://github.com/lucemans/streams","last_synced_at":"2026-05-19T15:09:19.774Z","repository":{"id":47599472,"uuid":"304048729","full_name":"lucemans/streams","owner":"lucemans","description":"Redis Queue \u0026 Job System Package","archived":false,"fork":false,"pushed_at":"2021-08-22T17:14:53.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T16:44:36.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucemans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-14T14:56:23.000Z","updated_at":"2021-05-05T18:46:33.000Z","dependencies_parsed_at":"2022-09-10T15:51:02.936Z","dependency_job_id":null,"html_url":"https://github.com/lucemans/streams","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fstreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fstreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fstreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fstreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucemans","download_url":"https://codeload.github.com/lucemans/streams/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244159973,"owners_count":20408017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T11:16:48.806Z","updated_at":"2026-05-19T15:09:15.810Z","avatar_url":"https://github.com/lucemans.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"### @lucemans\n# Streams\n\n## How to use\n\nOn the sending end\n\n```typescript\nconst stream = new GenericStream(client, 'topic');\nawait stream.push('test-string');\n```\n\nOn the receiving end\n\n```typescript\nconst stream = new GenericStream(client, 'topic');\nconst result = await stream.pop();\nconsole.log(result.value);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucemans%2Fstreams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucemans%2Fstreams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucemans%2Fstreams/lists"}