Skip to content

Commit

Permalink
Deprecates redisbp for future version of baseplate.go
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
justinmir committed Aug 26, 2024
1 parent febde9a commit 2cd145b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions redis/db/redisbp/monitored_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package redisbp creates baseplate monitored Redis clients with go-redis/v8.
// It supports only Redis <= 6.
//
// Deprecated: redisbp only supports only Redis 6. Use reddit-go/redisbp
// to support Redis 6+ clients. This package will not be supported in the
// future.
package redisbp

import (
Expand Down

0 comments on commit 2cd145b

Please sign in to comment.