Skip to content
#

keyed-lock

Here are 2 public repositories matching this topic...

An in-memory FIFO cache with fixed TTL for Node.js, designed to streamline the common get-or-fetch pattern by automating value retrieval. It uses an internal keyed lock to coalesce concurrent fetches for the same key, reducing redundant network calls and eliminating synchronization overhead for developers.

  • Updated Apr 26, 2025
  • TypeScript

An efficient keyed Promise lock for Node.js projects, ensuring the mutually exclusive execution of tasks associated with the same key. Key features include active key metrics and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.

  • Updated Apr 19, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the keyed-lock topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keyed-lock topic, visit your repo's landing page and select "manage topics."

Learn more