//
pkg.gl
Category
github.com/gaopengfei123123/tools
cache
package
0.1.7
Repository:
https://github.com/gaopengfei123123/tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
0
Files
267 SLOC
#
Functions
CallFunc
CallFunc 利用反射动态执行函数, 直接从 batchExec 那边搬过来的.
Decode
Decode 将字节解析成对象.
Encode
Encode 进行 golang 的序列化.
GetFuncName
GetFuncName 这里取函数最后的名字.
LoadRedisClient
LoadRedisClient 获取 Redis 相关的缓存器.
#
Structs
CallFuncBody
CallFuncBody 调用函数的结构体.
RedisClient
No description provided by the author
#
Interfaces
CommonDrive
CommonDrive 统一缓存驱动接口.