RedisSetsSRANDMEMBERByte Method (String, Int32) |
随机返回指定数量元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public byte[][] SRANDMEMBERByte(
string key,
int count
)
Public Function SRANDMEMBERByte (
key As String,
count As Integer
) As Byte()()
public:
array<array<unsigned char>^>^ SRANDMEMBERByte(
String^ key,
int count
)
member SRANDMEMBERByte :
key : string *
count : int -> byte[][]
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisSets.SRANDMEMBERByte(System.String,System.Int32)"]
- count
- Type: SystemInt32
[Missing <param name="count"/> documentation for "M:Adf.RedisSets.SRANDMEMBERByte(System.String,System.Int32)"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.RedisSets.SRANDMEMBERByte(System.String,System.Int32)"]
See Also