Click or drag to resize
RedisLists Class
Redis 列表
Inheritance Hierarchy
SystemObject
  AdfRedisLists

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

The RedisLists 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.)
Public methodLIndex
获取指定索引元素
Public methodLIndexByte
获取指定索引元素
Public methodLInsert(String, Byte, Byte, Boolean)
在指定位置添加元素
Public methodLInsert(String, String, String, Boolean)
在指定位置添加元素
Public methodLLen
获取列表长度
Public methodLPop
取出列表第一元素
Public methodLPopByte
取出列表第一元素
Public methodLPush(String, Byte)
在列表左侧添加元素
Public methodLPush(String, String)
在列表左侧添加元素
Public methodLRange
获取列表中指定位置元素
Public methodLRangeByte
获取列表中指定位置元素
Public methodLRem(String, Byte, Int32)
移除元素后的一个列表范围
Public methodLRem(String, String, Int32)
移除元素后的一个列表范围
Public methodLSet
设置指定索引元素值
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodRPop
取出列表最后一个元素
Public methodRPopByte
取出列表最后一个元素
Public methodRPush(String, Byte)
在列表右侧添加元素
Public methodRPush(String, String)
在列表右侧添加元素
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
See Also

Reference