summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorguybe7 <guy.benoish@redislabs.com>2021-11-18 10:47:49 +0200
committerGitHub <noreply@github.com>2021-11-18 10:47:49 +0200
commitaf7489886dab9362e4661a3015ac606025710686 (patch)
treec51a26adb22eb4e21a71c9ff19a5b5f68e2ddbcd /redis.conf
parent91e77a0cfb5c7e4bc6473ae04353e48ad9e8697b (diff)
downloadredis-af7489886dab9362e4661a3015ac606025710686.tar.gz
Obliterate STRALGO! add LCS (which only works on keys) (#9799)
Drop the STRALGO command, now LCS is a command of its own and it only works on keys (not input strings). The motivation is that STRALGO's syntax was really messed-up... - assumes all (future) string algorithms will take similar arguments - mixes command that takes keys and one that doesn't in the same command. - make it nearly impossible to expose the right key spec in COMMAND INFO (issues cluster clients) - hard for cluster clients to determine the key names (firstkey, lastkey, etc) - hard for ACL / flags (is it a read command?) This is a breaking change.
Diffstat (limited to 'redis.conf')
0 files changed, 0 insertions, 0 deletions