https://github.com/soenneker/soenneker.runners.redis.locks
A task runner that uses IRedisLockUtil to release a set of distributed Redis locks, typically when the application starts
https://github.com/soenneker/soenneker.runners.redis.locks
csharp dotnet hangfire locks redis redislocksrunner redislockutil runners util
Last synced: 7 months ago
JSON representation
A task runner that uses IRedisLockUtil to release a set of distributed Redis locks, typically when the application starts
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.runners.redis.locks
- Owner: soenneker
- License: mit
- Created: 2025-03-26T16:49:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T17:08:31.000Z (7 months ago)
- Last Synced: 2025-03-26T17:24:52.826Z (7 months ago)
- Topics: csharp, dotnet, hangfire, locks, redis, redislocksrunner, redislockutil, runners, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.runners.redis.locks/)
[](https://github.com/soenneker/soenneker.runners.redis.locks/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.runners.redis.locks/)#  Soenneker.Runners.Redis.Locks
### A task runner that uses IRedisLockUtil to release a set of distributed Redis locks, typically when the application starts## Installation
```
dotnet add package Soenneker.Runners.Redis.Locks
```