mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-27 13:48:49 +08:00
10 lines
325 B
Go
10 lines
325 B
Go
![]() |
// Copyright (c) Mainflux
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package redis contains the domain concept definitions needed to support
|
||
|
// Mainflux redis cache functionality.
|
||
|
//
|
||
|
// It provides the abstraction of the redis cache service, which is used
|
||
|
// to configure, setup and connect to the redis cache.
|
||
|
package redis
|