feat: integrate RedisNode management into Project and Query services; enhance RedisNodeService with optimal node selection and connection options; update vm.constants to include RedisPlugin
This commit is contained in:
@ -24,4 +24,10 @@ export class ProjectService {
|
||||
database: { id: databaseId },
|
||||
});
|
||||
}
|
||||
|
||||
updateRedisNode(projectId: string, redisNodeId: { id: string }[]) {
|
||||
return this.projectRepository.update(projectId, {
|
||||
redisNodes: redisNodeId,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user