Amazebot / bbot

An adaptable conversation engine for building bespoke bots.
MIT License
55 stars 2 forks source link

Refactor Redis adapter from Hubot #57

Open timkinnane opened 6 years ago

timkinnane commented 6 years ago

Redis adapter will be a default option, along with Mongo DB.

The Hubot adapter will be similar but doesn't include long term serial storage.

see https://github.com/Amazebot/bbot/blob/master/src/adapters/redis.ts

related #2