Click or drag to resize
RedisClient Properties

The RedisClient type exposes the following members.

Properties
  NameDescription
Public propertyBinarySerializable
获取或设置二进制序列化器,默认 JsonBinarySerializable, 可通过在appsetting中配置 RedisClientBinarySerializable 来指定其它实例
Protected propertyConnection
连接
Public propertyEncoding
字符编码
Public propertyHashs
获取哈希表
Public propertyHost
Public propertyLists
获取列表
Public propertyPassword
Public propertyPoolAbandon
是否从池中废弃此实例
Public propertyPort
Public propertySendTimeout
Public propertySets
获取集合
Public propertySortedSets
获取有序集合
Top
See Also