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

Function Key

pkg/redis/redis.go:82–84  ·  view source on GitHub ↗

Key constructs the full key for entity identified by ks by joining ks using the default separator.

(ks ...string)

Source from the content-addressed store, hash-verified

80
81// Key constructs the full key for entity identified by ks by joining ks using the default separator.
82func Key(ks ...string) string {
83 return strings.Join(ks, string(separator))
84}
85
86// Client represents a Redis store client.
87type Client struct {

Callers 7

NewFunction · 0.85
KeyMethod · 0.85
InputTaskKeyFunction · 0.85
ReadyTaskKeyFunction · 0.85
WaitingTaskKeyFunction · 0.85
LockKeyFunction · 0.85
ListKeyFunction · 0.85

Calls 1

JoinMethod · 0.65

Tested by

no test coverage detected