aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-mario-redis-lock/pkg-descr
blob: f8b6e5ad1b66dc4d3a763193386b0ffdbd1b196b (plain) (blame)
1
2
3
4
This is yet another Ruby distributed lock using Redis, with an emphasis on
transparency. It requires Redis version 2.6.12 or later, because it uses the
syntax for SET introduced in that version to easily implement the robust
algorithm described in the SET command documentation.