Click or drag to resize
RedisSets Class
Redis 集合
Inheritance Hierarchy
SystemObject
  AdfRedisSets

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public class RedisSets

The RedisSets type exposes the following members.

Methods
  NameDescription
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodREM
移除元素
Public methodREMByte
移除元素
Public methodSAdd(String, Byte)
添加一个元素
Public methodSAdd(String, String)
添加元素
Public methodSCARD
返回集合数
Public methodSDIFF
返回多个集合差集
Public methodSDIFFByte
返回多个集合差集
Public methodSDIFFSTORE
Public methodSINTER
返回多个集合交集
Public methodSINTERByte
返回多个集合交集
Public methodSINTERSTORE
Public methodSISMEMBER(String, Byte)
判断是否存在元素
Public methodSISMEMBER(String, String)
判断是否存在元素
Public methodSMEMBERS
获取集合内容
Public methodSMEMBERSByte
获取集合内容
Public methodSMOVE(String, String, Byte)
移动元素至指定集合
Public methodSMOVE(String, String, String)
移动元素至指定集合
Public methodSPOP
移除并返回元素
Public methodSPOPByte
移除并返回元素
Public methodSRANDMEMBER(String)
随机返回指定数量元素
Public methodSRANDMEMBER(String, Int32)
随机返回指定数量元素
Public methodSRANDMEMBERByte(String)
随机返回指定数量元素
Public methodSRANDMEMBERByte(String, Int32)
随机返回指定数量元素
Public methodSUNION
合并返回指定的集合
Public methodSUNIONByte
合并返回指定的集合
Public methodSUNIONSTORE
合并元素至目标键
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
See Also

Reference