Metadata >> NuGet >> RedisWorker >> 1.0.0

1.0.0

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 backed worker pattern implementation
PackageSize 15372
PackageHashAlgorithm SHA512
PackageHash DHdshpNfLQ/Rlw68ZCCygDidd1hC8Jmij8V0fbISXCpaMyKCXyngMWmRJa9S6bb73oCRuUl21v8bhOvtf3pgzA==
DownloadCount 000000
CreatedDate 2013-03-26T05:35:03

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install RedisWorker -Version 1.0.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install RedisWorker -Version 1.0.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete RedisWorker 1.0.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

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

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related