C# Class ServiceStack.Redis.RedisExtensions

Afficher le fichier Open project: ServiceStack/ServiceStack.Redis

Méthodes publiques

Méthode Description
ToRedisEndPoints ( this hosts ) : List
ToRedisEndpoint ( this connectionString, int defaultPort = null ) : RedisEndpoint

Method Details

ToRedisEndPoints() public static méthode

public static ToRedisEndPoints ( this hosts ) : List
hosts this
Résultat List

ToRedisEndpoint() public static méthode

public static ToRedisEndpoint ( this connectionString, int defaultPort = null ) : RedisEndpoint
connectionString this
defaultPort int
Résultat RedisEndpoint