MCPcopy Create free account
hub / github.com/cairoeth/preconfirmations / RedisQueue

Struct RedisQueue

preconf-share/simqueue/queue.go:138–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type RedisQueue struct {
139 log *zap.Logger
140 red *redis.Client
141 currentBlock *uint64
142 queueName string
143
144 Config RedisQueueConfig
145}
146
147func NewRedisQueue(log *zap.Logger, red *redis.Client, queueName string) *RedisQueue {
148 currentBlock := uint64(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected