Commit Graph

31 Commits

Author SHA1 Message Date
97df154b78 gofmt 2019-06-19 09:06:52 +08:00
96529a4c1c update unit test cases for gjson/gcfg/gcompress/gparser 2019-06-13 19:41:43 +08:00
81502cfb6d gjson,gredis测试用例编写 2019-06-13 11:58:43 +08:00
08ec04d8b6 fix issue in unit test case of gredis 2019-05-14 22:37:13 +08:00
c0b46f364a version updates 2019-05-14 22:02:09 +08:00
8c5f74e8bb add DoVar/ReceiveVar function for gredis 2019-05-14 21:34:38 +08:00
8138215597 comments update 2019-05-08 21:03:04 +08:00
7cc0c7a1cc rename map type of gmap; rename BatchSet/BatchRemove to Sets/Removes for gmap/gcache 2019-05-08 17:21:18 +08:00
aa4dca11f0 fix issue in gtime; update comment for g/gtest 2019-04-04 22:52:56 +08:00
b89294561b add gmap.SetIfNotExistFunc/SetIfNotExistFuncLock for gmap; update comment of gmap; update instance feature of gcfg 2019-04-03 23:39:31 +08:00
07476a4349 add instance management feature for gdb/gredis; add customized configuration content management feature for gcfg; update gjson for data content type check 2019-04-02 14:37:46 +08:00
8e84e5b0f3 update comment of gredis 2019-03-22 11:22:03 +08:00
62580b5719 add examples for gredis 2019-03-21 23:51:57 +08:00
11c89c4090 fix issue in GetOrSetFuncLock of gmap/gcache; add gutil.IsEmpty/Export functions 2019-03-21 18:20:20 +08:00
fbb4cb3b1c add more unit test cases for gredis 2019-03-21 10:04:53 +08:00
c9d2d5e8ab add configuration support for maxIdle/maxActive/idleTimeout/maxConnLifetime of gredis; update gjson.Append/Len functions; add more unit test cases for gredis/gins/gstr/gjson 2019-03-21 00:14:23 +08:00
76c49170bd change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
72569321fa package comments update 2019-01-16 13:35:16 +08:00
0c41909454 pakage comments updates 2019-01-15 23:27:47 +08:00
9a52175bd6 gredis增加GetConn方法获取原生redis连接对象 2018-12-01 11:28:47 +08:00
7fbbf09b0e 新增go modules支持,自行管理第三方包依赖,方便开发者使用 2018-10-22 11:13:00 +08:00
892317e3dd gredis改进为单例操作方式,每次操作redis服务器时开发者无需显示调用Close方法 2018-10-13 21:13:18 +08:00
3e613eebaf 更新 gredis.go 2018-08-21 10:34:36 +08:00
44f857ab36 更新 gredis.go 2018-08-21 09:40:55 +08:00
db06c6acd3 增加gring并发安全环;gdb包增加调试模式特性并增加了获得在调试模式下已执行的SQL列表结果 2018-07-05 19:36:35 +08:00
64b7fff884 完善gredis示例 2018-06-05 21:25:30 +08:00
7ba6ccd2fb gredis增加密码支持 2018-06-05 21:18:41 +08:00
e6df1c7a58 增加gdb和gredis包的benchmark测试脚本 2018-04-28 11:47:43 +08:00
78e511573f 改进gf orm以及redis客户端的封装 2018-04-24 23:09:59 +08:00
79ed4165ed ghttp.Server log功能完善 2018-04-20 11:45:47 +08:00
9952761761 完成gredis包开发 2018-04-18 18:05:46 +08:00