(projectId: string)
| 37 | const profileIndexKey = (projectId: string, profileId: string) => |
| 38 | `session:profile:${projectId}:${profileId}`; |
| 39 | const wallclockSetKey = (projectId: string) => |
| 40 | `session:wallclock:${projectId}`; |
| 41 | const PROJECTS_SET_KEY = 'session:projects'; |
| 42 | |
| 43 | async function main() { |