/opsdroid-redis-database

A redis database module for opsdroid

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

opsdroid database redis

A database module for opsdroid to persist memory in a redis database.

Requirements

None.

Configuration

databases:
  mongo:
    host:       "my host"     # (optional) default "localhost"
    port:       "12345"       # (optional) default "6379"
    database:   "7"           # (optional) default "0"

License

GNU General Public License Version 3 (GPLv3)