Skip to content

Commit 2cd145b

Browse files
committed
Deprecates redisbp for future version of baseplate.go
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.
1 parent febde9a commit 2cd145b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

redis/db/redisbp/monitored_client.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Package redisbp creates baseplate monitored Redis clients with go-redis/v8.
2+
// It supports only Redis <= 6.
3+
//
4+
// Deprecated: redisbp only supports only Redis 6. Use reddit-go/redisbp
5+
// to support Redis 6+ clients. This package will not be supported in the
6+
// future.
17
package redisbp
28

39
import (

0 commit comments

Comments
 (0)