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

Deprecates redisbp for future version of baseplate.go #660

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

justinmir
Copy link
Contributor

@justinmir justinmir commented Aug 26, 2024

💸 TL;DR

The baseplate.go/redisbp library does not support the latest Redis cluster version as it is based on go-redis/v8. This deprecates redisbp in favor of the go-redis/v9 redis client.

📜 Details

Design Doc

Jira

🧪 Testing Steps / Validation

Only changes doc comment.

✅ Checks

  • CI tests (if present) are passing
  • Adheres to code style for repo
  • Contributor License Agreement (CLA) completed if not a Reddit employee

The baseplate.go/redisbp library does not support the latest Redis
cluster version (Redis 7+) as it is based on go-redis/v8. This
deprecates redisbp in favor of the go-redis/v9 redis client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant