C# Class Munq.Redis.Protocol.Commands.ExpireAtCommand

Inheritance: Munq.Redis.Protocol.Commands.RedisCommand
Datei anzeigen Open project: matthewDDennis/Munq.RedisClient

Public Methods

Method Description
ExpireAtCommand ( string key, long timestamp ) : System

Method Details

ExpireAtCommand() public method

public ExpireAtCommand ( string key, long timestamp ) : System
key string
timestamp long
return System