C# Class CSharpUtils._45.Redis.RedisClientAsync

Simple non-binary-safe Redis Async Client.
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
Encoding Encoding
NetworkStream NetworkStream
TcpClient TcpClient

Méthodes publiques

Méthode Description
Command ( ) : Task
Connect ( string Host, ushort Port ) : System.Threading.Tasks.Task
RedisClientAsync ( ) : System
RedisClientAsync ( Encoding Encoding ) : System

Méthodes protégées

Méthode Description
ReadValue ( MixedReaderAsync MixedReaderAsync ) : Task

Method Details

Command() public méthode

public Command ( ) : Task
Résultat Task

Connect() public méthode

public Connect ( string Host, ushort Port ) : System.Threading.Tasks.Task
Host string
Port ushort
Résultat System.Threading.Tasks.Task

ReadValue() protected méthode

protected ReadValue ( MixedReaderAsync MixedReaderAsync ) : Task
MixedReaderAsync MixedReaderAsync
Résultat Task

RedisClientAsync() public méthode

public RedisClientAsync ( ) : System
Résultat System

RedisClientAsync() public méthode

public RedisClientAsync ( Encoding Encoding ) : System
Encoding Encoding
Résultat System

Property Details

Encoding protected_oe property

protected Encoding Encoding
Résultat Encoding

NetworkStream protected_oe property

protected NetworkStream NetworkStream
Résultat NetworkStream

TcpClient protected_oe property

protected TcpClient TcpClient
Résultat TcpClient