Joe ships with no third-party modules such as Redis integration to avoid pulling in more dependencies than you actually require. There are however already some modules that you can use directly to extend the functionality of your bot without writing too much code yourself.
Adapters let you interact with the outside world by receiving and sending messages.
Memory modules let you persist key value data so it can be accessed again later.
General purpose Modules may register handlers or emit events.