hagsteel / swampdragon

swampdragon
Other
557 stars 74 forks source link

Unix Socket Support for Swampdragon #210

Closed denizs closed 8 years ago

denizs commented 8 years ago

Hi all! As I am using an uberspace (www.uberspace.de) to deploy my swampdragon app, I was forced to use a redis socket over binding my server's IP to a specific port. In consequence, the current implementation at that time wouldn't work for me. What I did was to introduce a new setting called SWAMP_DRAGON_REDIS_SOCKET and implement checks in the respective files dealing with tornadoredis and redis-cli instances to use swampdragon in my configuration.