CommandkitFunctionsCreateMutexVersion: NextOn this pageCreateMutexcreateMutex commandkitmutex.ts Creates a new mutex instance with the specified configuration Example const mutex = createMutex({ timeout: 60000, storage: new RedisMutexStorage()}); Signaturefunction createMutex(options: MutexOptions): Mutex Parameters options parameterMutexOptions