Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Munq
Redis
Protocol
Commands
PExpireCommand
C# Class Munq.Redis.Protocol.Commands.PExpireCommand
Inheritance:
Munq.Redis.Protocol.Commands.RedisCommand
显示文件
Open project: matthewDDennis/Munq.RedisClient
Public Methods
Method
Description
PExpireCommand
(
string
key
,
long
milliseconds
) :
System
Method Details
PExpireCommand()
public
method
public
PExpireCommand
(
string
key
,
long
milliseconds
) :
System
key
string
milliseconds
long
return
System