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

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

Méthodes publiques

Méthode Description
RenameCommand ( string key, string newKey ) : System

Method Details

RenameCommand() public méthode

public RenameCommand ( string key, string newKey ) : System
key string
newKey string
Résultat System