获取集合内容
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public string[] SMEMBERS(
string key
)
Public Function SMEMBERS (
key As String
) As String()
public:
array<String^>^ SMEMBERS(
String^ key
)
member SMEMBERS :
key : string -> string[]
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisSets.SMEMBERS(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.RedisSets.SMEMBERS(System.String)"]
See Also