hi
i need to test against valkey's socket connections in my CI and have been trying to make it work for some days now
at the moment, i have this code alongside this
note that if i don't use touch valkey simply doesn't work
but even tho valkey runs without an error, connecting to socket fails as you can see in actions log
i've tried to use it the way valkey-py does, same result
i should note that these tests used to work fine using github's services
i'd appreciate any help, this has blcked development for days now
hi
i need to test against valkey's socket connections in my CI and have been trying to make it work for some days now
at the moment, i have this code alongside this
note that if i don't use
touchvalkey simply doesn't workbut even tho valkey runs without an error, connecting to socket fails as you can see in actions log
i've tried to use it the way valkey-py does, same result
i should note that these tests used to work fine using github's services
i'd appreciate any help, this has blcked development for days now