📩Installation
Steps to install
# Leave password or user empty if you don't have a password or user
# Don't use the default credentials in production!! Generate new credentials on RedisLabs -> https://github.com/Emibergo02/RedisEconomy/wiki/Install-redis
# Default credentials lead to a non-persistent redis server, only for testing!!
redis:
host: localhost
port: 6379
user: ''
password: ''
database: 0
timeout: 2000
clientName: RedisEconomyMigration (Optional)
migration-enabled: true #Set this to trueLast updated