Metadata >> NuGet >> RedisWorker

RedisWorker

Metadata

Authors Russell Chadwick
Copyrights Russell Chadwick 2012
Description Implementation of a queue / worker pattern backed by Redis Features include: Retries when handling work causes uncaught exceptions Handles work concurrently using the ThreadPool Saves completed work into an audit hash Requeues work dropped by a crashed or disconnected worker
Language en-US
LicenseUrl https://github.com/russellchadwick/RedisWorker/blob/master/LICENSE
Owners Russell Chadwick
ProjectUrl https://github.com/russellchadwick/RedisWorker
RequireLicenseAcceptance False
Summary Redis backed worker pattern implementation
Tags Redis Worker Servicestack
Dependencies ServiceStack.Redis
Title Redis Worker
PackageSize 15358
PackageHashAlgorithm SHA512
PackageHash I1j/TDNVPNtFS7avsODZwM5zZIGLG8N23h4CN2ERknXgr+0+fC9iItzC7te6PFz0ObiHA1hrZKOVoygd9Cb7vw==
DownloadCount 000000
CreatedDate 2013-05-31T18:34:27

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install RedisWorker -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install RedisWorker -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package RedisWorker
Installing the package (HTTP Basic authentication):
Install-Package RedisWorker -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package RedisWorker -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package RedisWorker

OpenWrap

Installing the package:
o add-wrap RedisWorker
Uninstalling the package:
o remove-wrap RedisWorker

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.2
1.0.1
1.0.0