Search Criteria
Package Details: python-redis-lock 4.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-redis-lock.git (read-only, click to copy) |
---|---|
Package Base: | python-redis-lock |
Description: | Lock context manager implemented via redis SET NX EX and BLPOP |
Upstream URL: | https://pypi.org/project/python-redis-lock/ |
Licenses: | BSD |
Submitter: | BubuIIC |
Maintainer: | None |
Last Packager: | BubuIIC |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-18 13:11 (UTC) |
Last Updated: | 2023-03-08 21:56 (UTC) |
Dependencies (13)
- python (python37AUR, python311AUR, python310AUR)
- python-redis
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-django-redisAUR (check)
- python-eventlet (check)
- python-gevent (python-gevent-gitAUR) (check)
- python-process-tests (check)
- python-pytest (check)
- python-pytest-cov (check)
- python-django-redisAUR (optional)
Latest Comments
rafaelff commented on 2022-12-21 17:06 (UTC)
redis must be added to
depends
array, otherwhise check() fails with a bunch ofFileNotFoundError: [Errno 2] No such file or directory: 'redis-server'
.