Skip to content

Create Redis Lock Strategy #4594

@konstantinabl

Description

@konstantinabl

Implement distributed locking for multi-instance deployments

  • Implement RedisLockStrategy using SET NX + LIST
  • Add FIFO queue management with LPUSH/RPOP
  • Implement polling-based lock acquisition
  • Add TTL-based auto-expiration (30s)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestinternalFor changes that affect the project's internal workings but not its outward-facing functionality.

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions