C# Class ServiceStack.Redis.RedisExtensionsInternal

ファイルを表示 Open project: ServiceStack/ServiceStack.Redis

Public Methods

Method 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

Method Description
FastToUtf8Bytes ( string strVal ) : byte[]

Method Details

GetIds() public static method

public static GetIds ( this itemsWithId ) : string[]
itemsWithId this
return string[]

IsConnected() public static method

public static IsConnected ( this socket ) : bool
socket this
return bool

PrependByteArray() public static method

public static PrependByteArray ( this args, byte valueToPrepend ) : byte[][]
args this
valueToPrepend byte
return byte[][]

PrependInt() public static method

public static PrependInt ( this args, int valueToPrepend ) : byte[][]
args this
valueToPrepend int
return byte[][]

ToFastUtf8Bytes() public static method

public static ToFastUtf8Bytes ( this value ) : byte[]
value this
return byte[]

ToMultiByteArray() public static method

public static ToMultiByteArray ( this args ) : byte[][]
args this
return byte[][]

ToStringArray() public static method

public static ToStringArray ( this multiDataList ) : string[]
multiDataList this
return string[]

ToStringDictionary() public static method

public static ToStringDictionary ( this multiDataList ) : string>.Dictionary
multiDataList this
return string>.Dictionary

ToStringList() public static method

public static ToStringList ( this multiDataList ) : List
multiDataList this
return List