You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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