john4064/RedisQueue #15

Merged
john4064 merged 10 commits from john4064/RedisQueue into master 2026-04-30 04:30:34 +00:00
Owner
No description provided.
First iteration of the matchmaking queue
Still learning how to read data based on key in go-redis, found example on using pipe to efficiently do it across a large subset
Update matchmaking.go
All checks were successful
Deploy Parent Container / determine-workflow (pull_request) Successful in 7s
Lint / Run golangci-lint (pull_request) Successful in 42s
Deploy Parent Container / nonprod-deploy (dev) (pull_request) Successful in 1m11s
Deploy Parent Container / prod-deploy (dev) (pull_request) Has been skipped
71fd8b9673
@ -16,1 +62,3 @@
defer conn.Close()
defer func(conn *websocket.Conn) {
err := conn.Close()
if err != nil {
Author
Owner

🚫 [golangci] reported by reviewdog 🐶
SA9003: empty branch (staticcheck)

🚫 **[golangci]** <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>SA9003: empty branch (staticcheck) <!-- __reviewdog__:ChAzODBiMDEyMjI1MTE1N2VmEghnb2xhbmdjaQ== -->
john4064 merged commit dfb6ef3936 into master 2026-04-30 04:30:34 +00:00
john4064 deleted branch john4064/RedisQueue 2026-04-30 04:30:35 +00:00
john4064 referenced this pull request from a commit 2026-04-30 04:30:35 +00:00
Sign in to join this conversation.
No description provided.