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

Inheritance: Munq.Redis.Protocol.Commands.RedisCommand
Mostrar archivo Open project: matthewDDennis/Munq.RedisClient

Public Methods

Method Description
RenameCommand ( string key, string newKey ) : System

Method Details

RenameCommand() public method

public RenameCommand ( string key, string newKey ) : System
key string
newKey string
return System