Juan Calderon-Perez
Juan Calderon-Perez
I was surprised by this too, how is such a big/known tool not using tags/releases.
I'm pretty sure this has to do with TCP keepalive, are you sending syslog during those 60seconds?
@melbahja Great to hear! 💪 Probably worth updating dependencies and doing a v1 release. Last release was in 2023.
@mattn Can this be merged?
@yinheli Does this issue affect `v3` too? If so, can you do a Pull Request against `main` for v3. Thanks!
@lambda674 Look at my comment here https://github.com/astral-sh/uv/issues/8435#issuecomment-2428240406 using those 2 variables seems to work. I was able to test this in a python container.
@neha00290 This is probably a security issue. After switching orgs, remove the user from the 2nd Org and see if it can still access that data.
@okoseisback You can access the underlaying client by calling `Conn()`. ```go // Initialize default config store := redis.New() client := store.Conn() // you can Eval() on the client ```
@okoseisback Does the above solve your issue?