C# Class RedisCore.Internal.Commands.SubscribeCommand

Inheritance: RedisCore.Internal.Commands.VoidCommand
Datei anzeigen Open project: VasiliyNovikov/RedisCore

Public Methods

Method Description
SubscribeCommand ( string channel ) : RedisCore.Internal.Protocol

Method Details

SubscribeCommand() public method

public SubscribeCommand ( string channel ) : RedisCore.Internal.Protocol
channel string
return RedisCore.Internal.Protocol