freshyo/apps/backend/src/lib/redisKeyGetters.ts
2026-01-24 00:13:15 +05:30

3 lines
No EOL
107 B
TypeScript

export function getSlotSequenceKey(slotId: number | string): string {
return `slot_sequence_${slotId}`;
}