点击或拖拽改变大小

HslCommunication.Enthernet.Redis 命名空间

[缺少 "N:HslCommunication.Enthernet.Redis" 的 <summary> 文档]

  说明
公共类IRedisConnector
关于Redis实现的接口IConnector,从而实现了数据连接池的操作信息
公共类代码示例RedisClient
这是一个redis的客户端类,支持读取,写入,发布订阅,但是不支持订阅,如果需要订阅,请使用另一个类RedisSubscribe
公共类RedisClientPool
[商业授权] Redis客户端的连接池类对象,用于共享当前的连接池,合理的动态调整连接对象,然后进行高效通信的操作,默认连接数无限大。
[Authorization] The connection pool class object of the Redis client is used to share the current connection pool, reasonably dynamically adjust the connection object, and then perform efficient communication operations, The default number of connections is unlimited
公共类RedisHelper
提供了redis辅助类的一些方法
公共类RedisSubscribe
Redis协议的订阅操作,一个对象订阅一个或是多个频道的信息,当发生网络异常的时候,内部会进行自动重连,并恢复之前的订阅信息。
In the subscription operation of the Redis protocol, an object subscribes to the information of one or more channels. When a network abnormality occurs, the internal will automatically reconnect and restore the previous subscription information.
委托
  委托说明
公共委托RedisClientRedisMessageReceiveDelegate
当接收到Redis订阅的信息的时候触发
Triggered when receiving Redis subscription information
公共委托RedisSubscribeRedisMessageReceiveDelegate
当接收到Redis订阅的信息的时候触发
Triggered when receiving Redis subscription information