项目作者: kung-foo

项目描述 :
Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.
高级语言: Go
项目地址: git://github.com/kung-foo/bruya.git
创建时间: 2017-09-16T11:48:37Z
项目社区:https://github.com/kung-foo/bruya

开源协议:MIT License

下载


bruya

Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.

  1. Usage:
  2. bruya [options] [-v ...] [--redis=<url>] --nats=<url> [--channel=<channel>...]
  3. bruya [options] [-v ...] [--redis=<url>] --stan=<url> [--channel=<channel>...]
  4. bruya -h | --help | --version
  5. Options:
  6. --redis=<url> Redis URL [default: redis://localhost:6379]
  7. --nats=<url> NATS URL
  8. --stan=<url> NATS Streaming URL
  9. --channel=<channel> Redis channel(s) to subscribe to [default: *]
  10. --nats-cluster-id=<id> NATS cluster ID [default: test-cluster]
  11. --debug-http=<bind> Enable pprof/expvar HTTP server.
  12. Examples: "localhost:6060", ":6060"
  13. --debug-force-color Force colorized logs.
  14. -h --help Show this screen.
  15. --version Show version.
  16. -v Enable verbose logging (-vv for very verbose)