Port details |
- rubygem-redlock1 Distributed lock using Redis written in Ruby
- 1.3.2 devel =2 1.3.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-03-21 19:26:13
- Last Update: 2023-03-21 19:19:58
- Commit Hash: 458fecc
- 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-redlock1>0:devel/rubygem-redlock1
- To install the port:
- cd /usr/ports/devel/rubygem-redlock1/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-redlock1
- pkg install rubygem-redlock1
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-redlock1
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1674588100
SHA256 (rubygem/redlock-1.3.2.gem) = 6c7cea3d62c6e31e8df6b1924fdf89e35e5576e52dce10c62412e783bfe37277
SIZE (rubygem/redlock-1.3.2.gem) = 18432
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>=3.0.0<6.0 : databases/rubygem-redis
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-stoplight
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-redlock1
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.2 21 Mar 2023 19:19:58 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-redlock1: Add rubygem-redlock1 1.3.2 (copied from rubygem-redlock)
- Add PORTSCOUT |
Number of commits found: 1
|