package
2.11.0+incompatible
Repository: https://github.com/thethingsnetwork/ttn.git
Documentation: pkg.go.dev

# Functions

NewRedisKVStore creates a new RedisKVStore.
NewRedisMapStore returns a new RedisMapStore that talks to the given Redis client and respects the given prefix.
NewRedisQueueStore creates a new RedisQueueStore.
NewRedisSetStore creates a new RedisSetStore.
NewRedisStore creates a new RedisStore.

# Constants

VersionKey indicates the data (schema) version.

# Structs

ListOptions are options for all list commands.
RedisKVStore stores arbitrary data in Redis.
RedisMapStore stores structs as HMaps in Redis.
RedisQueueStore stores queues in Redis.
RedisSetStore stores sets in Redis.
RedisStore is the base of more specialized stores.
Time is a wrapper around time.Time that marshals and unmarshals to the time.RFC3339Nano format.

# Interfaces

ChangedFielder interface is used to see what fields to update.

# Type aliases

MigrateFunction migrates data from its old version to the latest.