(executionId: string)
| 157 | ` |
| 158 | |
| 159 | function getEventsKey(executionId: string) { |
| 160 | return `${REDIS_PREFIX}${executionId}:events` |
| 161 | } |
| 162 | |
| 163 | function getSeqKey(executionId: string) { |
| 164 | return `${REDIS_PREFIX}${executionId}:seq` |
no outgoing calls
no test coverage detected