To upgrade from hubot-markov 1.x:
- Set
HUBOT_MARKOV_STORAGE
toredis
. - Set
HUBOT_MARKOV_STORAGE_URL
to the connection URL of your Redis instance. The default isredis://localhost
. - If you have
HUBOT_MARKOV_NOREVERSE
set, change it toHUBOT_MARKOV_REVERSE_MODEL
with the opposite value instead.