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.
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.