Skip to content

jarvis-js/dobot-storage-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redis Storage

Store bot data in a Redis key-value store.

Configuration

[hostname]

Hostname of the Redis server. Defaults to localhost.

[port]

Port of the Redis server. Defaults to 6379.

[password]

Password used to connect to the Redis server. Defaults to null.

[key_prefix]

Prefix of the key name used to store the data. Defaults to dobot:storage:.

About

Redis storage module for DoBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published