Method | Description | |
---|---|---|
AddJobState ( string jobId, IState state ) : void | ||
AddToQueue ( string queue, string jobId ) : void | ||
AddToSet ( string key, string value ) : void | ||
AddToSet ( string key, string value, double score ) : void | ||
Commit ( ) : void | ||
DecrementCounter ( string key ) : void | ||
DecrementCounter ( string key, System.TimeSpan expireIn ) : void | ||
ExpireHash ( string key, System.TimeSpan expireIn ) : void | ||
ExpireJob ( string jobId, System.TimeSpan expireIn ) : void | ||
ExpireSet ( [ key, System.TimeSpan expireIn ) : void | ||
IncrementCounter ( string key ) : void | ||
IncrementCounter ( string key, System.TimeSpan expireIn ) : void | ||
InsertToList ( string key, string value ) : void | ||
PersistHash ( [ key ) : void | ||
PersistJob ( string jobId ) : void | ||
PersistSet ( [ key ) : void | ||
RavenWriteOnlyTransaction ( [ storage ) : System | ||
RemoveFromList ( string key, string value ) : void | ||
RemoveFromSet ( string key, string value ) : void | ||
RemoveHash ( string key ) : void | ||
RemoveSet ( string key ) : void | ||
SetJobState ( string jobId, IState state ) : void | ||
SetRangeInHash ( string key, string>.IEnumerable |
||
TrimList ( string key, int keepStartingFrom, int keepEndingAt ) : void |
public AddJobState ( string jobId, IState state ) : void | ||
jobId | string | |
state | IState | |
return | void |
public AddToQueue ( string queue, string jobId ) : void | ||
queue | string | |
jobId | string | |
return | void |
public AddToSet ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public AddToSet ( string key, string value, double score ) : void | ||
key | string | |
value | string | |
score | double | |
return | void |
public DecrementCounter ( string key ) : void | ||
key | string | |
return | void |
public DecrementCounter ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
return | void |
public ExpireHash ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
return | void |
public ExpireJob ( string jobId, System.TimeSpan expireIn ) : void | ||
jobId | string | |
expireIn | System.TimeSpan | |
return | void |
public ExpireSet ( [ key, System.TimeSpan expireIn ) : void | ||
key | [ | |
expireIn | System.TimeSpan | |
return | void |
public IncrementCounter ( string key ) : void | ||
key | string | |
return | void |
public IncrementCounter ( string key, System.TimeSpan expireIn ) : void | ||
key | string | |
expireIn | System.TimeSpan | |
return | void |
public InsertToList ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public RavenWriteOnlyTransaction ( [ storage ) : System | ||
storage | [ | |
return | System |
public RemoveFromList ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public RemoveFromSet ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public SetJobState ( string jobId, IState state ) : void | ||
jobId | string | |
state | IState | |
return | void |
public SetRangeInHash ( string key, string>.IEnumerable |
||
key | string | |
keyValuePairs | string>.IEnumerable | |
return | void |
public TrimList ( string key, int keepStartingFrom, int keepEndingAt ) : void | ||
key | string | |
keepStartingFrom | int | |
keepEndingAt | int | |
return | void |