#Hollo now uses PostgreSQL for caching and message queue by default (unless the REDIS_URL
environment variable is present)! It's quite performant and scalable when it's compared to Redis, so we've decided to make it the default configuration.
@hollo is that for new installs or something existing installations can upgrade to?
@gekidasa You can apply the new default configuration by redeploying the Hollo service and removing REDIS_URL
from the environment variables!
@gekidasa Oh, you also need to remove the Redis service!
@hollo thank you