opsdroid / database-redis

💾 A redis database module for opsdroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ DEPRECATED ⚠️ This connector is now built in to opsdroid core. This repository only exists for backward compatibility and will be removed.

opsdroid database redis

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

Requirements

You need to install the aioredis library to use this database with opsdroid.

Run the following command in the command line:

pip install aioredis

Configuration

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

About

💾 A redis database module for opsdroid

License:Apache License 2.0


Languages

Language:Python 100.0%