oka-tan
oka-tan
Calling COPY with QueryContext seems to hold the connection forever without ever releasing it back into the pool. Minimal example: ``` package main import ( "context" "database/sql" "fmt" "log" "time"...
In the same vein as lo.Must, add a lo.First that simply returns the first argument from a list of arguments. > Why? Mostly so you can do ``` foo(lo.First(bar())) ```...
You might want to edit in whatever version of the redis extension you're actually using, I just took the latest one.