Skip to content

Add CLI options to specify Redis host and port #4

Description

@DmPrkp

Currently, the redis-migrate CLI connects only to the default Redis instance (localhost:6379). There is no built-in way to configure the Redis host or port when running commands from the CLI.

It should be possible to pass Redis connection parameters via CLI flags.
For example:

redis-migrate up migrationName --host 127.0.0.1 --port 6380

or maybe add ulr flag such as --url redis://user:pass@host:port.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions