I'm using Ruby's Queue on my Sinatra server to send tasks to a worker thread to then deal with them and save them in a database of my choosing. One of the databases happens to be Redis, which supports on my Sinatra server to
I'm using Ruby's Queue on my Sinatra server to send tasks to a worker thread to then deal with them and save them in a database of my choosing. One of the databases happens to be Redis, which supports on my Sinatra server to