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 NewChannelCache ¶
func NewChannelCache(client *redis.Client) things.ChannelCache
NewChannelCache returns redis channel cache implementation.
func NewEventStoreMiddleware ¶
NewEventStoreMiddleware returns wrapper around things service that sends events to event store.
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.