Lettuce 6.5.0.RELEASE does not provide the StatefulRedisConnectionImpl constructor that used to be provided in 6.4.0 #3054
Labels
type: blocker
An issue that is blocking us from releasing
type: regression
A regression from a previous release
Milestone
Bug Report
See redis/lettucemod#62
Current Behavior
The implementation of the RedisJSON commands introduced a new parser abstraction.
It is required to build the StatefulRedisConnectionImpl, but it used to not be part of the contract.
Expected behavior/code
We should avoid deprecating public API, especially without prior notice
The text was updated successfully, but these errors were encountered: