C# Class BookSleeve.RedisConnection

Inheritance: ISortedSetCommands
Datei anzeigen Open project: Malediction/Booksleeve Class Usage Examples

Private Methods

Method Description
AddToSortedSet ( int db, string key, byte value, double score, bool queueJump = false ) : Task
AddToSortedSet ( int db, string key, string value, double score, bool queueJump = false ) : Task
CardinalityOfSortedSet ( int db, string key, bool queueJump = false ) : Task
GetRangeOfSortedSet ( int db, string key, int start, int stop, bool queueJump = false ) : double>[]>.Task
GetRangeOfSortedSetDescending ( int db, string key, int start, int stop, bool queueJump = false ) : double>[]>.Task
ISortedSetCommands ( int db, string key, double min, double max, bool ascending, bool minInclusive, bool maxInclusive, long offset, long count, bool queueJump ) : double>[]>.Task
ISortedSetCommands ( int db, string key, long start, long stop, bool ascending, bool queueJump ) : double>[]>.Task
ISortedSetCommands ( int db, string key, long start, long stop, bool ascending, bool queueJump ) : double>[]>.Task
ISortedSetCommands ( int db, string key, byte member, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, byte value, double score, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, string member, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, string value, double score, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, byte member, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, byte member, double delta, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, string member, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, string member, double delta, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, byte members, double delta, bool queueJump ) : Task[]
ISortedSetCommands ( int db, string key, string members, double delta, bool queueJump ) : Task[]
ISortedSetCommands ( int db, string key, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, byte members, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, byte member, bool ascending, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, double min, double max, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, double min, double max, bool minInclusive, bool maxInclusive, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, long start, long stop, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, string members, bool queueJump ) : Task
ISortedSetCommands ( int db, string key, string member, bool ascending, bool queueJump ) : Task
IncrementSortedSet ( int db, string key, byte value, double score, bool queueJump = false ) : Task
IncrementSortedSet ( int db, string key, string value, double score, bool queueJump = false ) : Task
IncrementSortedSet ( int db, string key, double score, byte values, bool queueJump = false ) : Task[]
IncrementSortedSet ( int db, string key, double score, string values, bool queueJump = false ) : Task[]
RemoveFromSortedSetByScore ( int db, string key, int start, int stop, bool queueJump = false ) : Task