redpanda-data / connect

Fancy stream processing made operationally mundane

Home Page:https://docs.redpanda.com/redpanda-connect/about/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect default Redis port when creating configuration

olgeni opened this issue · comments

When creating a new Redis-based configuration, port 6397 is suggested rather than the default 6379:

benthos create redis_pubsub | grep url

Output:

url: redis://:6397 # No default (required)

This also applies to the website documentation, and affects redis_pubsub, redis_list, and redis_streams 😅 as a quick grep shows quite a few all around.

Hey @olgeni 👋 Nice find! I can see how that might trip people up. The docs are generated from code, so all that's needed is a small change here and then one can regenerate the docs using make docs. PRs are welcome! :)

Coming up as #2572 \o/