MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / WaitingTaskKey

Function WaitingTaskKey

pkg/redis/redis.go:428–430  ·  view source on GitHub ↗

WaitingTaskKey returns the subkey of k, where waiting tasks are stored.

(k string)

Source from the content-addressed store, hash-verified

426
427// WaitingTaskKey returns the subkey of k, where waiting tasks are stored.
428func WaitingTaskKey(k string) string {
429 return Key(k, "waiting")
430}
431
432// IsConsumerGroupExistsErr returns true if error represents the redis BUSYGROUP error.
433func IsConsumerGroupExistsErr(err error) bool {

Callers 1

dispatchTaskFunction · 0.85

Calls 1

KeyFunction · 0.85

Tested by

no test coverage detected