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

Function ListKey

pkg/redis/redis.go:712–714  ·  view source on GitHub ↗

ListKey returns the key list for k is stored under.

(k string)

Source from the content-addressed store, hash-verified

710
711// ListKey returns the key list for k is stored under.
712func ListKey(k string) string {
713 return Key(k, "list")
714}
715
716func milliseconds(d time.Duration) int64 {
717 ms := d.Milliseconds()

Callers 6

DeduplicateProtosFunction · 0.85
LockMutexFunction · 0.85
UnlockMutexFunction · 0.85
TestProtoDeduplicatorFunction · 0.85
TestMutexFunction · 0.85

Calls 1

KeyFunction · 0.85

Tested by 3

TestProtoDeduplicatorFunction · 0.68
TestMutexFunction · 0.68