hubotio / hubot-redis-brain

A hubot script to persist hubot's brain using redis
69 stars 55 forks source link

fix: Error when using string key prefix as part of REDIS_URL #59

Closed joeyguerra closed 1 year ago

joeyguerra commented 1 year ago

BREAKING CHANGE: REDIS_URL should have the database number as the pathname instead of the prefix.

Example setting the key prefix via Redis URL: redis://localhost:6379/?prefix-for-redis-key or redis://localhost:6379?prefix-for-redis-key

fixes #58

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: