README ¶ Message queue on redis stream Depends on redis(>=5.0.3), you can install it on Debian by apt-get install redis Server implement by https://github.com/gwaysys/log-server Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func New(rs *redis.RediStore, streamName string) proto.Adapter type Adapter func (a *Adapter) Close() func (a *Adapter) Put(p *proto.Proto) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(rs *redis.RediStore, streamName string) proto.Adapter Types ¶ type Adapter ¶ type Adapter struct { // contains filtered or unexported fields } func (*Adapter) Close ¶ func (a *Adapter) Close() func (*Adapter) Put ¶ func (a *Adapter) Put(p *proto.Proto) put a log protocol to log queue Source Files ¶ View all Source files impl.go Click to show internal directories. Click to hide internal directories.