Distributed Resque (or Pyres!) Workers
Posted onAccording to the Redis security guide: Redis is designed to be accessed by trusted clients inside trusted environments. Basically, this means that it is not safe to expose a Redis server to the public internet. But, what if you’re using Resque (or Pyres!) and your worker machines are distributed across the internet? How can they […]