ScanResultExtensions
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public static class ScanResultExtensions
Methods
AsStrings(ScanResult)
View Source
Declaration
public static List<string> AsStrings(this ScanResult result)
Returns
System.Collections.Generic.List<System.String>
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Redis.ScanResult | result | 
AsItemsWithScores(ScanResult)
View Source
Declaration
public static Dictionary<string, double> AsItemsWithScores(this ScanResult result)
Returns
System.Collections.Generic.Dictionary<System.String,System.Double>
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Redis.ScanResult | result | 
AsKeyValues(ScanResult)
View Source
Declaration
public static Dictionary<string, string> AsKeyValues(this ScanResult result)
Returns
System.Collections.Generic.Dictionary<System.String,System.String>
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Redis.ScanResult | result |