C# Class GearmanServer.DurableQueues.RedisQueue

Inheritance: IDurableQueue
Show file Open project: johnewart/gearman.net

Public Methods

Method Description
RedisQueue ( RedisClient _client ) : System
removeJob ( Job j ) : bool
restoreJobs ( ) : List
storeJob ( Job j ) : bool
toString ( ) : String

Method Details

RedisQueue() public method

public RedisQueue ( RedisClient _client ) : System
_client ServiceStack.Redis.RedisClient
return System

removeJob() public method

public removeJob ( Job j ) : bool
j Job
return bool

restoreJobs() public method

public restoreJobs ( ) : List
return List

storeJob() public method

public storeJob ( Job j ) : bool
j Job
return bool

toString() public method

public toString ( ) : String
return String