fix: use iovalkey Cluster for Valkey cluster mode
Signed-off-by: Shamil Ganiev <ganiev@pm.me>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Fixed Valkey cluster mode to use `iovalkey`'s `Cluster` class instead of
|
||||
`createCluster` from `@keyv/redis`. The previous implementation passed a
|
||||
`@redis/client` `RedisCluster` instance to `@keyv/valkey`, which expects an
|
||||
`iovalkey` `Cluster` instance. This caused the cluster client to not be
|
||||
recognized correctly, as the two libraries have incompatible object models.
|
||||
Reference in New Issue
Block a user