package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jul 11, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewRedisClient() *redis.Client
NewRedisClient 创建一个新的Redis客户端
每次单测只创建一次
type Student struct {
Name string `json:"name"`
Age int `json:"age"`
Time int64 `json:"time"`
}
Student 测试用对象示例
Source Files
¶
Click to show internal directories.
Click to hide internal directories.