{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":401921268,"defaultBranch":"main","name":"redisdb","ownerLogin":"golang-queue","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-09-01T03:40:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/88956536?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1701742822.0","currentOid":""},"activityList":{"items":[{"before":"6fd28b64234a7e42c557e886bb7d9dfc82961f68","after":"9c16bbdd242b9461b5b730201af064cd21a27f7f","ref":"refs/heads/main","pushedAt":"2023-12-27T02:34:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"appleboy","name":"Bo-Yi Wu","path":"/appleboy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21979?s=80&v=4"},"commit":{"message":"ci: enhance CI Workflows and Test Robustness\n\n- Update GitHub Actions workflow to use setup-go@v5 instead of setup-go@v4\n\nSigned-off-by: Bo-Yi Wu ","shortMessageHtmlLink":"ci: enhance CI Workflows and Test Robustness"}},{"before":"512db635151eadf767ca1670151d5d108be15d01","after":"6fd28b64234a7e42c557e886bb7d9dfc82961f68","ref":"refs/heads/main","pushedAt":"2023-12-05T02:17:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"appleboy","name":"Bo-Yi Wu","path":"/appleboy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21979?s=80&v=4"},"commit":{"message":"refactor: refactor Redis host configuration\n\n- Change the value of `host` variable to `127.0.0.1:6379`\n- Add `host01` variable with the value `127.0.0.1:6379`\n- Add `host02` variable with the value `127.0.0.1:6380`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n- Replace `hosts := []string{host + \":6379\", host + \":6380\"}` with `hosts := []string{host01, host02}`\n- Replace `hosts := []string{host + \":26379\", host + \":26380\"}` with `hosts := []string{\"127.0.0.1:26379\", \"127.0.0.1:26380\"}`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n- Replace `WithAddr(host+\":6379\")` with `WithAddr(host01)`\n\nSigned-off-by: Bo-Yi Wu ","shortMessageHtmlLink":"refactor: refactor Redis host configuration"}},{"before":"71f87e4681ba81aab6f3c61b6479b050bbec5534","after":"512db635151eadf767ca1670151d5d108be15d01","ref":"refs/heads/main","pushedAt":"2023-12-05T02:14:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"appleboy","name":"Bo-Yi Wu","path":"/appleboy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21979?s=80&v=4"},"commit":{"message":"chore: update GitHub Actions workflows for Go and CodeQL\n\n- Change the cron schedule from `'30 1 * * 0'` to `\"30 1 * * 0\"` in `.github/workflows/codeql.yaml`\n- Change the value of `language` from `['go']` to `[\"go\"]` in `.github/workflows/codeql.yaml`\n- Update the `uses` value from `actions/checkout@v3` to `actions/checkout@v4` in `.github/workflows/codeql.yaml`\n- Update the `uses` value from `actions/setup-go@v3` to `actions/setup-go@v4` in `.github/workflows/go.yml`\n- Change the value of `go-version` from `'1'` to `\"^1\"` in `.github/workflows/go.yml`\n- Update the `uses` value from `actions/checkout@v3` to `actions/checkout@v4` in `.github/workflows/go.yml`\n- Add a new job in `.github/workflows/go.yml`\n- Change the value of `go` from `[1.17, 1.18, 1.19]` to `[1.18, 1.19, \"1.20\", 1.21]` in `.github/workflows/go.yml`\n- Update the `uses` value from `actions/setup-go@v3` to `actions/setup-go@v4` in `.github/workflows/go.yml`\n- Update the `uses` value from\n\nSigned-off-by: Bo-Yi Wu ","shortMessageHtmlLink":"chore: update GitHub Actions workflows for Go and CodeQL"}},{"before":"d4c7d21c60a4ebb8f0e1a5171d3128e5d10dcb6e","after":null,"ref":"refs/tags/v0.1.0","pushedAt":"2023-12-05T02:11:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"appleboy","name":"Bo-Yi Wu","path":"/appleboy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21979?s=80&v=4"}},{"before":"d4c7d21c60a4ebb8f0e1a5171d3128e5d10dcb6e","after":"71f87e4681ba81aab6f3c61b6479b050bbec5534","ref":"refs/heads/main","pushedAt":"2023-12-05T01:27:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"appleboy","name":"Bo-Yi Wu","path":"/appleboy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21979?s=80&v=4"},"commit":{"message":"refactor: refactor comments in `redis.go` file\n\n- Remove `deadcode` and `depguard` linters from `.golangci.yml`\n- Add `varcheck` linter to `.golangci.yml`\n- Update comments in `redis.go` file:\n - Remove comment `// NewWorker for struc`\n - Add comment explaining `NewWorker` function and its responsibilities\n - Update comment explaining the initialization of Redis client in `NewWorker` function\n - Update comment explaining the condition for initializing Redis client in `NewWorker` function\n - Update comment explaining the initialization of Redis client with sentinel in `NewWorker` function\n - Update comment explaining the condition for initializing Redis client with sentinel in `NewWorker` function\n - Remove unnecessary code for initializing Redis client in `NewWorker` function\n\nSigned-off-by: Bo-Yi Wu ","shortMessageHtmlLink":"refactor: refactor comments in redis.go file"}},{"before":"bbafc78a048fb9fcf0afbc2b725469d8bfa4df32","after":"d4c7d21c60a4ebb8f0e1a5171d3128e5d10dcb6e","ref":"refs/heads/main","pushedAt":"2023-12-04T08:49:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"appleboy","name":"Bo-Yi Wu","path":"/appleboy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21979?s=80&v=4"},"commit":{"message":"feat(sentinel): Add support for Redis Sentinel (#29)","shortMessageHtmlLink":"feat(sentinel): Add support for Redis Sentinel (#29)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD0nj3NAA","startCursor":null,"endCursor":null}},"title":"Activity ยท golang-queue/redisdb"}