Juan Calderon-Perez

Results 1409 comments of 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.

@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 ```