package
1.1.1
Repository: https://github.com/benny66/ginserver.git
Documentation: pkg.go.dev

# Functions

根据key,field 获取值 参数: key:存入hash的key值 fields:可变长参数,0到n个field return:map[string]interface{} 返回一个map */.
No description provided by the author
删除hash field 参数: key:存入hash的key值 fields:字段名 数组 返回值: bool:字段是否存在 error:错误信息 */.
根据key,field 获取值 参数: key:存入hash的key值 field:字段名 return:string(返回字段的值),error(错误信息) */.
删除hash field 参数: key:存入hash的key值 fields:字段名 数组 返回值: bool:字段是否存在 error:错误信息 */.
根据key,field 获取值 参数: key:存入hash的key值 field:字段名 return:string(返回字段的值),error(错误信息) */.
判断 hash key,field是否存在 参数: key:存入hash的key值 field:字段名 返回值: bool:字段是否存在 error:错误信息 */.
向 redis hash 中存值 参数: key:存入hash的key值 mapData:对应key的map值 mapData 格式: map[string]interface{}{"key1": "value1", "key2": "value2"} return:bool(是否添加成功),error(错误信息) */.
No description provided by the author
No description provided by the author