Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

klg‑redlock is a lightweight Node.js library that implements distributed locking primitives on top of Redis. It provides three lock modes—queued locks that automatically retry, strict mutex locks that fail fast on contention, and placeholder locks that hold a claim until the TTL expires—making it useful for developers who need reliable coordination (e.g., rate‑limiting, singleton jobs, or de‑duplication) across multiple processes or services.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
kaolalicai

kaolalicai/klg-redlock

TypeScript
1
1
No license
myfjdthink's profile
myfjdthink
3 contributions

Support the dependencies of kaolalicai/klg-redlock

Account's avatar
kaolalicai/klg-logger
log 工具,基于 tracer,简单,可以显示 log 的位置
Account's avatar
redis/node-redis
A modern, high performance Redis client
Account's avatar
mike-marcacci/node-redlock
A node.js redlock implementation for distributed redis locks
Account's avatar
baryon/tracer
A powerful and customizable logging library for node.js. support color console with timestamp, line number, method name, file name and call stack. you can set transport to file, stream, database(ex: mongodb and clouddb, simpledb). keywords: log, logger, trace
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for power-assert
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
kaolalicai/tslint-config-klg
tslint standard for klg
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
coolme200/webstorm-disable-index
auto disable webstorm index for node_modules