Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. 🫖 Status page with uptime monitoring & API monitoring as code 🫖 openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
304 B · 6 lines
TypeScript
1234567// The Redis keyspace is flat and shared across apps — never key on bare// user input, or one route can read or overwrite another's entries.export const cacheKeys = { pageStatus: (slug: string) => `status:page:${slug}`, monitorDailyStats: (id: string | number) => `stats:monitor:${id}:daily`,};