fix: remove hardcoded name for sentinel, #13794

This commit is contained in:
Barış Soner Uşaklı
2025-12-02 11:12:05 -05:00
parent 2142b680d9
commit 53e22acffb

View File

@@ -22,7 +22,6 @@ connection.connect = async function (options) {
const sentinelRootNodes = options.sentinels.map(sentinel => ({ host: sentinel.host, port: sentinel.port }));
cxn = createSentinel({
...options.options,
name: 'sentinel-db',
sentinelRootNodes,
});
} else if (redis_socket_or_host && String(redis_socket_or_host).indexOf('/') >= 0) {