(projectId: string, profileId: string)
| 35 | const sessionKey = (projectId: string, deviceId: string) => |
| 36 | `session:${projectId}:${deviceId}`; |
| 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'; |