cashews icon indicating copy to clipboard operation
cashews copied to clipboard

Redis unix socket

Open drizzt opened this issue 1 year ago • 1 comments

Hi, how can I use a redis unix socket or a pre-existing Redis instance?

drizzt avatar Dec 14 '24 15:12 drizzt

Hello,

That's easy, It could be something like this

cache.setup("redis://", address="unix:///run/redis/redis.sock")

Krukov avatar Mar 09 '25 18:03 Krukov