20 Commits

Author SHA1 Message Date
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