go-zero/core/stores/redis
Kevin Wan ac321fc146
feat: add fields with logx methods, support using third party logging libs. (#1847)
* backup

* simplify

* chore: remove unused pool

* chore: fix lint errors

* chore: use strings.Builder instead of bytes.Buffer

* test: add more tests

* chore: fix reviewdog

* test: fix data race

* feat: make logger customizable

* chore: fix reviewdog

* test: fix fails

* chore: fix set writer twice

* chore: use context instead of golang.org context

* chore: specify uint32 for level types
2022-05-03 17:34:26 +08:00
..
redistest feat: update go-redis to v8, support ctx in redis methods (#1507) 2022-02-09 11:06:06 +08:00
conf_test.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
conf.go feat: slow threshold customizable in sqlx (#1188) 2021-11-01 08:37:44 +08:00
hook_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
hook.go chore: optimize code (#1818) 2022-04-23 22:02:04 +08:00
redis_test.go feat: return original value of setbit in redis (#1746) 2022-04-02 20:25:51 +08:00
redis.go fix: remove deprecated dependencies (#1837) 2022-04-27 21:34:54 +08:00
redisblockingnode_test.go chore: replace redis.NewRedis with redis.New (#1103) 2021-09-29 23:01:10 +08:00
redisblockingnode.go feat: update go-redis to v8, support ctx in redis methods (#1507) 2022-02-09 11:06:06 +08:00
redisclientmanager.go feat: update go-redis to v8, support ctx in redis methods (#1507) 2022-02-09 11:06:06 +08:00
redisclustermanager.go feat: update go-redis to v8, support ctx in redis methods (#1507) 2022-02-09 11:06:06 +08:00
redislock_test.go feat: remove reentrance in redislock, timeout bug (#1704) 2022-03-24 16:17:01 +08:00
redislock.go feat: remove reentrance in redislock, timeout bug (#1704) 2022-03-24 16:17:01 +08:00
scriptcache_test.go ci: add test for win (#1503) 2022-02-05 00:06:23 +08:00
scriptcache.go fix golint issues in core/stores (#527) 2021-02-28 23:02:49 +08:00