Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 324 Bytes

upgrade.md

File metadata and controls

7 lines (5 loc) · 324 Bytes

From 1.x

To upgrade from hubot-markov 1.x:

  • Set HUBOT_MARKOV_STORAGE to redis.
  • Set HUBOT_MARKOV_STORAGE_URL to the connection URL of your Redis instance. The default is redis://localhost.
  • If you have HUBOT_MARKOV_NOREVERSE set, change it to HUBOT_MARKOV_REVERSE_MODEL with the opposite value instead.