Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

opsdroid/database-redis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

โš ๏ธ 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages