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

Inheritance: Munq.Redis.Protocol.Commands.RedisCommand
Afficher le fichier Open project: matthewDDennis/Munq.RedisClient

Méthodes publiques

Méthode Description
ExpireAtCommand ( string key, long timestamp ) : System

Method Details

ExpireAtCommand() public méthode

public ExpireAtCommand ( string key, long timestamp ) : System
key string
timestamp long
Résultat System