·distributed-locking
</>

distributed-locking

bitsoex/bitso-java

RFC-44 compliant distributed locking patterns for Java services. Covers PostgreSQL advisory locks and Redis-based locking, migration workflows, and common patterns. Use when implementing or migrating distributed locking mechanisms.

7Installs·0Trend·@bitsoex

Installation

$npx skills add https://github.com/bitsoex/bitso-java --skill distributed-locking

SKILL.md

| PostgreSQL Advisory Locks (Default) | Services with PostgreSQL available | | Redis Locking (Allowed) | Services without PostgreSQL, or with justified Redis use case |

Important: Redis-based locking is NOT deprecated. It is explicitly supported per RFC-44.

| references/migration-workflow.md | Step-by-step migration guide | | references/lock-patterns.md | RFC-44 lock patterns | | references/redis-integration.md | Redis-based locking setup | | references/troubleshooting.md | Common issues and solutions |

RFC-44 compliant distributed locking patterns for Java services. Covers PostgreSQL advisory locks and Redis-based locking, migration workflows, and common patterns. Use when implementing or migrating distributed locking mechanisms. Source: bitsoex/bitso-java.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bitsoex/bitso-java --skill distributed-locking
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is distributed-locking?

RFC-44 compliant distributed locking patterns for Java services. Covers PostgreSQL advisory locks and Redis-based locking, migration workflows, and common patterns. Use when implementing or migrating distributed locking mechanisms. Source: bitsoex/bitso-java.

How do I install distributed-locking?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitsoex/bitso-java --skill distributed-locking Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/bitsoex/bitso-java