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

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

Méthodes publiques

Méthode Description
PExpireCommand ( string key, long milliseconds ) : System

Method Details

PExpireCommand() public méthode

public PExpireCommand ( string key, long milliseconds ) : System
key string
milliseconds long
Résultat System