Skip to main content

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
TypeName
ServiceStack.Redis.ScanResultresult

AsItemsWithScores(ScanResult)

View Source
Declaration
public static Dictionary<string, double> AsItemsWithScores(this ScanResult result)
Returns

System.Collections.Generic.Dictionary<System.String,System.Double>

Parameters
TypeName
ServiceStack.Redis.ScanResultresult

AsKeyValues(ScanResult)

View Source
Declaration
public static Dictionary<string, string> AsKeyValues(this ScanResult result)
Returns

System.Collections.Generic.Dictionary<System.String,System.String>

Parameters
TypeName
ServiceStack.Redis.ScanResultresult