Implement the LCS command and deprecate STRALGO #2987
Labels
status: good-first-issue
An issue that can only be worked on by brand new contributors
status: help-wanted
An issue that a contributor can help us with
type: feature
A new feature
Feature Request
Deprecate the STRALGO command and implement the LCS in its place
Is your feature request related to a problem? Please describe
With redis/redis#9744 the STRALGO command was deprecated in Redis 7.0
Tests that test the STRALGO command have not been running since the pipeline only uses latest Redis versions
Describe the solution you'd like
Implement the LCS command
Describe alternatives you've considered
For users of the Lettuce driver the only possible solution now is to use the Custom commands
The text was updated successfully, but these errors were encountered: