Click or drag to resize
RedisClientPoolSet Method (String, String, Int32)
设置一个字符值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public void Set(
	string key,
	string value,
	int expires
)

Parameters

key
Type: SystemString

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

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Adf.RedisClientPool.Set(System.String,System.String,System.Int32)"]

expires
Type: SystemInt32

[Missing <param name="expires"/> documentation for "M:Adf.RedisClientPool.Set(System.String,System.String,System.Int32)"]

See Also