Add the support of the LCS command
Close #1955
Can someone confirm whether this logic is correct? I am also unable to determine it. Alternatively, can we ignore whether the algorithm is correct and fix it when a bug arises?
As mentioned by @jihuayu, the implementation of the algorithm should be put into redis_string.cc instead of cmd_string.cc.
Understood, I have moved the algorithm to redis_string.cc as suggested. Please review the implementation and let me know if any further modifications are required.
Thank you for your contribution!
Hi @JoverZhang, can you add this command to our docs?
You can set Since Version with unstable.
https://kvrocks.apache.org/docs/supported-commands#string-commands
Hi @JoverZhang, can you add this command to our docs? You can set
Since Versionwith unstable. https://kvrocks.apache.org/docs/supported-commands#string-commands
Okay, I added it. https://github.com/apache/kvrocks-website/pull/208
