Skip to content

Support for valkey instead of Redis #141

@matvp91

Description

@matvp91

Is your feature request related to a problem? Please describe.
The job orchestrator relies on BullMQ, which is tightly coupled with Redis. With the latest Redis debacle, we might take a look if we can move to valkey (https://github.com/valkey-io/valkey) entirely.

Describe the solution you'd like
Investigate if valkey is feasable.

Additional context
BullMQ seems compatible, see taskforcesh/bullmq#2642 and https://x.com/manast/status/1841042438510494090, thus API and Artisan shall be compatible too.

For Stitcher, we can add a new adapter and rely on env variables specifically for valkey. Or we can re-use REDIS_HOST and REDIS_PORT but use a different KV store underneath.

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