mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-28 13:48:49 +08:00

* Add redis caching for thing and channel connections Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Fix authorization caching flow Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Update things documentation Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
11 lines
188 B
Go
11 lines
188 B
Go
//
|
|
// Copyright (c) 2018
|
|
// Mainflux
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
// Package redis contains cache implementations using Redis as
|
|
// the underlying database.
|
|
package redis
|