valkey-io/valkey

Configurable auth options for CLUSTER MIGRATESLOTS

Open

#2,392 opened on Jul 29, 2025

 (9 comments) (0 reactions) (0 assignees)C (1,138 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (25,779 stars)
PR merge metrics
 (Avg merge 17d 7h) (74 merged PRs in 30d)

Description

With atomic slot migration (#1949) we need to establish links across shards for the purpose of migrating slot content.

The existing MIGRATE commands supports AUTH2 username password or AUTH password. Similar options could be supported via the CLUSTER MIGRATESLOTS command (which now will default to the primary authentication settings, if set)

Contributor guide