Click or drag to resize
RedisClientExpireAt Method
设置键绝对过期时间

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool ExpireAt(
	string key,
	int timestamp
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.RedisClient.ExpireAt(System.String,System.Int32)"]

timestamp
Type: SystemInt32

[Missing <param name="timestamp"/> documentation for "M:Adf.RedisClient.ExpireAt(System.String,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.RedisClient.ExpireAt(System.String,System.Int32)"]

See Also