denodrivers / redis

🦕 Redis client for Deno 🍕
https://deno.land/x/redis
MIT License
453 stars 45 forks source link

Support unix domain socket #128

Open uki00a opened 4 years ago

uki00a commented 4 years ago

Unix domain socket is still unstable. We'll support it when it becomes stable.

brandonsturgeon commented 1 year ago

I don't see this on any roadmap. Is this something that needs work from devs here, or are we waiting on something upstream to become more stable?

Sembiance commented 1 year ago

Unix domain sockets are still unstable in deno: https://deno.land/api@v1.28.3?unstable=&s=Deno.connect

Not sure when they will be stabilized there.