@hieuhuynh.dev/redlock
A node.js redlock implementation for distributed redis locks
A node.js redlock implementation for distributed redis locks
Fast inline semaphores and mutexes
A node.js redlock implementation for distributed redis locks
A async semaphore module for fibjs, nodejs, browser and react native
Contains a mutex implementation using IndexedDB
Contains Mutex implementations with various guarantees.
Keep the screen from going to sleep. iOS , Android and Harmony.
本项目基于 [react-native-idle-timer](https://github.com/marcshilling/react-native-idle-timer)
A switch component for React Native to set and view a lock state
Enables distributed locking for sequelize applications
Enables distributed locking for sequelize applications
Mutual Exclusion mechanism for Asynchronous JS Code.
A node.js redlock implementation for distributed redis locks
Client to comunicate with Eufy-Security devices, forked from bropat/eufy-client-security
实现九宫格锁屏效果,可以在 PC 或 H5 中使用
Creates distributed callback queue based on redis pubsub. Pass 2 redis clients (supports redis sentinel as well for HA), manages locks across multiple processes
Node distributed locking using redis with ioredis adapter
Enables body scroll locking (for iOS Mobile and Tablet, Android, desktop Safari/Chrome/Firefox) without breaking scrolling of a target element (eg. modal/lightbox/flyouts/nav-menus)
Promise based mutex for JS: preventing from running same code block at the same time
A lightweight nodejs library that allows you to avoid duplicated processing (http calls, database, processing, etc) in a distributed environment. The library is based on Redis lock and pub/sub operations to work.