feat: add-valkey engine

This commit is contained in:
charles-gauthereau
2026-03-16 12:16:50 +01:00
parent b576862024
commit b0ce5273ce
6 changed files with 2442 additions and 2 deletions
@@ -18,7 +18,7 @@ export type DatabaseTabsProps = {
activeMember: MemberWithUser
};
export const backupOnly = ["redis"];
export const backupOnly = ["redis", "valkey"];
export const DatabaseTabs = (props: DatabaseTabsProps) => {
const router = useRouter();