Closed joeyguerra closed 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
:tada: This PR is included in version 2.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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