C# Class ServiceStack.Redis.RedisExtensionsInternal

Afficher le fichier Open project: ServiceStack/ServiceStack.Redis

Méthodes publiques

Méthode Description
GetIds ( this itemsWithId ) : string[]
IsConnected ( this socket ) : bool
PrependByteArray ( this args, byte valueToPrepend ) : byte[][]
PrependInt ( this args, int valueToPrepend ) : byte[][]
ToFastUtf8Bytes ( this value ) : byte[]
ToMultiByteArray ( this args ) : byte[][]
ToStringArray ( this multiDataList ) : string[]
ToStringDictionary ( this multiDataList ) : string>.Dictionary
ToStringList ( this multiDataList ) : List

Private Methods

Méthode Description
FastToUtf8Bytes ( string strVal ) : byte[]

Method Details

GetIds() public static méthode

public static GetIds ( this itemsWithId ) : string[]
itemsWithId this
Résultat string[]

IsConnected() public static méthode

public static IsConnected ( this socket ) : bool
socket this
Résultat bool

PrependByteArray() public static méthode

public static PrependByteArray ( this args, byte valueToPrepend ) : byte[][]
args this
valueToPrepend byte
Résultat byte[][]

PrependInt() public static méthode

public static PrependInt ( this args, int valueToPrepend ) : byte[][]
args this
valueToPrepend int
Résultat byte[][]

ToFastUtf8Bytes() public static méthode

public static ToFastUtf8Bytes ( this value ) : byte[]
value this
Résultat byte[]

ToMultiByteArray() public static méthode

public static ToMultiByteArray ( this args ) : byte[][]
args this
Résultat byte[][]

ToStringArray() public static méthode

public static ToStringArray ( this multiDataList ) : string[]
multiDataList this
Résultat string[]

ToStringDictionary() public static méthode

public static ToStringDictionary ( this multiDataList ) : string>.Dictionary
multiDataList this
Résultat string>.Dictionary

ToStringList() public static méthode

public static ToStringList ( this multiDataList ) : List
multiDataList this
Résultat List