A database module for opsdroid to persist memory in a redis database.
You need to install the aioredis library to use this database with opsdroid.
Run the following command in the command line:
pip install aioredis
databases:
- name: redis
host: "my host" # (optional) default "localhost"
port: "12345" # (optional) default "6379"
database: "7" # (optional) default "0"