Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

joeyguerra
Copy link
Member

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

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
@joeyguerra joeyguerra merged commit 41de728 into main Jul 24, 2023
@github-actions
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@joeyguerra joeyguerra deleted the valid-redis-url branch October 21, 2023 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when using string key prefix as part of REDIS_URL
1 participant