问题 I want to clarify if I understood the ServiceStack.Server functionality correctly. On this page, ServiceStack.Server API is described, and it states that Creates a Redis MQ Server that processes each message on its own background thread Am I correct when I then assumed that this is a standalone Redis server, so if I start this with the code below, I am running a fully fledged Redis server, meaning, no need to install the Redis software, or Memurai or the likes? Because, if I follow this