package
0.0.0-20240314140344-9d7a3c8600f5
Repository: https://github.com/6276835/cso2-server.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RedisDelV 删除value.
RedisFlush 清除缓存.
RedisGetV 获取value.
RedisGetV 获取value.
RedisIsExist 判断是否存在.
RedisListGetWithRange 从列表里获取指定范围的数据.
RedisListPush 往列表里插入数据.
RedisSetKeyTime 设置过期时间.
RedisSetV 设置value.
RedisSetVNX 如果不存在则设置value.
RedisSetVWithTime 设置value和过期时间.
RedisSetVWithTimeNX 如果不存在则设置value和过期时间.