Documentation ¶
Overview ¶
Package redis contains cache implementations using Redis as the underlying database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEventStoreMiddleware ¶
NewEventStoreMiddleware returns wrapper around things service that sends events to event store.
func NewProfileCache ¶ added in v0.24.0
func NewProfileCache(client *redis.Client) things.ProfileCache
NewProfileCache returns redis profile cache implementation.
func NewThingCache ¶
func NewThingCache(client *redis.Client) things.ThingCache
NewThingCache returns redis thing cache implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.