redirect$
redirect
export const redirectAction = createAction(async () => { throw redirect$("/hello");});
export const redirectQuery = cache(async () => { "use server"; throw redirect$("/hello");}, "redirectQuery");