Port details |
- rubygem-redlock Distributed lock using Redis written in Ruby
- 2.0.6 devel =2 2.0.6Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-01-30 13:10:56
- Last Update: 2023-11-02 07:37:39
- Commit Hash: 20fdf41
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD2CLAUSE
- WWW:
- https://github.com/leandromoreira/redlock-rb
- Description:
- Redlock provides a ruby distributed lock using redis.
Distributed locks are a very useful primitive in many environments where
different processes require to operate with shared resources in a mutually
exclusive way.
There are a number of libraries and blog posts describing how to implement a DLM
(Distributed Lock Manager) with Redis, but every library uses a different
approach, and many use a simple approach with lower guarantees compared to what
can be achieved with slightly more complex designs.
This is an implementation of a proposed distributed lock algorithm with Redis.
It started as a fork from antirez implementation.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-redlock>0:devel/rubygem-redlock
- To install the port:
- cd /usr/ports/devel/rubygem-redlock/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-redlock
- pkg install rubygem-redlock
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-redlock
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698848840
SHA256 (rubygem/redlock-2.0.6.gem) = de262f7d7c78112435b6b356766b7733e05c452f25cf66c23b0eec1dc2893dde
SIZE (rubygem/redlock-2.0.6.gem) = 18944
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-redis-client>=0.14.1<1.0.0 : databases/rubygem-redis-client
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-redlock
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|