{"id":18258574,"url":"https://github.com/andrewguenther/rpubsub","last_synced_at":"2025-09-11T13:06:43.164Z","repository":{"id":36049395,"uuid":"40347135","full_name":"AndrewGuenther/rpubsub","owner":"AndrewGuenther","description":"Simple command-line utilities for Redis pubsub","archived":false,"fork":false,"pushed_at":"2015-08-10T05:02:42.000Z","size":136,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T17:13:17.727Z","etag":null,"topics":["command-line","pubsub","redis"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewGuenther.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-07T07:25:09.000Z","updated_at":"2017-05-03T04:14:28.000Z","dependencies_parsed_at":"2022-09-03T13:53:04.561Z","dependency_job_id":null,"html_url":"https://github.com/AndrewGuenther/rpubsub","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/AndrewGuenther%2Frpubsub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewGuenther%2Frpubsub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewGuenther%2Frpubsub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewGuenther%2Frpubsub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewGuenther","download_url":"https://codeload.github.com/AndrewGuenther/rpubsub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247237679,"owners_count":20906329,"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":["command-line","pubsub","redis"],"created_at":"2024-11-05T10:32:45.789Z","updated_at":"2025-04-04T19:31:40.233Z","avatar_url":"https://github.com/AndrewGuenther.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rpubsub\nSimple command-line utilities for Redis [pubsub][pubsub]\n\n## Usage\n`rpubsub` creates two executables `rpub` and `rsub` their options are the same\nand can be seen below.\n\n```bash\n$ r[p|s]ub -h\nUsage: r[p|s]ub [--host HOSTNAME:PORT] CHANNEL\n  -host=\":6379\": The hostname and port of your Redis instance\n```\n\n`rpub` will publish anything sent to its `STDIN` to the specified `CHANNEL`.\n\n`rsub` will print anything messages it receives on the specified `CHANNEL` to\n`STDOUT`.\n\n### Getting the source\n`rpubsub` is a properly formatted [Go][golang] project which can be acquired\nusing the standard\n\n```bash\n$ go get github.com/AndrewGuenther/rpubsub\n```\n\nIf you're unfamiliar with Go, execute the following (make sure you have Go\ninstalled!)\n\n```bash\n$ mkdir rpubsub\n$ cd rpubsub\n$ export GOPATH=$(pwd)\n$ go get github.com/AndrewGuenther/rpubsub\n$ cd src/github.com/AndrewGuenther/rpubsub\n```\n\n### Building the binary\nAfter you've got the source, just `make`!\n\n```bash\n$ make\n$ cd $GOPATH/bin\n$ ls\nrpub  rsub\n```\n\n[pubsub]: http://redis.io/commands#pubsub\n[golang]: https://golang.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewguenther%2Frpubsub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewguenther%2Frpubsub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewguenther%2Frpubsub/lists"}