(projectId: string, deviceId: string)
| 33 | import type { IClickhouseSession } from '../src/services/session.service'; |
| 34 | |
| 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) => |