derhuerst/redis-stream

Allow connecting to any redis.

Open

#3 opened on Aug 17, 2019

View on GitHub
 (2 comments) (0 reactions) (1 assignee)JavaScript (2 forks)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It'd be good to be able to read from redis other than 127.0.0.1:6379.

Command line could be:

$ write-into-redis-stream [-c|-connection=redis://user:pass@somehost.com:1234/db/] stream-name

That would be a major facilitation in using redis streams from a webhook.

Contributor guide