(deviceId: string, sessionId: string)
| 34 | export const profileKey = (profileId: string) => |
| 35 | `session:profile:${PROJECT_ID}:${profileId}`; |
| 36 | export const claimKey = (deviceId: string, sessionId: string) => |
| 37 | `session:end:emitted:${PROJECT_ID}:${deviceId}:${sessionId}`; |
| 38 | /** The session-buffer's Redis list (ground-truth pending CH rows). */ |
| 39 | export const SESSION_BUFFER_LIST = 'session-buffer'; |
| 40 |
no outgoing calls
no test coverage detected