botkit-storage-redis icon indicating copy to clipboard operation
botkit-storage-redis copied to clipboard

Redis storage module for Botkit

Results 6 botkit-storage-redis issues
Sort by recently updated
recently updated
newest added

# This GitHub repository has been identified as a candidate for archival This repository has had no activity in more than [x amount of time]. Long periods of inactivity present...

I've tried to use this with Botkit 4, but it fails with error like this: ``` Experienced an error inside the turn handler TypeError: this.storage.read is not a function at...

Update method name of remove to delete to follow standards set here: https://github.com/howdyai/botkit/blob/master/docs/storage.md

enhancement

By default, BotKit implements `delete` on local storage.users object https://github.com/howdyai/botkit/blob/master/lib/storage/simple_storage.js#L73 Botkit-starage-redis has a different implementation, https://github.com/howdyai/botkit-storage-redis/blob/master/src/index.js#L51. Instead of `delete` we have `remove`. A proposal is to rename the `remove` function...

enhancement

Now that we have unit tests, we should consider adding Travis-CI integration. That will ensure pull requests pass linting and unit tests.