11 lines
167 B
Go
11 lines
167 B
Go
//
|
|
// adapter_redis.go
|
|
// Copyright (C) 2022 tiglog <me@tiglog.com>
|
|
//
|
|
// Distributed under terms of the MIT license.
|
|
//
|
|
|
|
package gcache
|
|
|
|
// 使用 redis 服务缓存
|