The binaries redis-server, redis-cli, etc. have already been renamed to valkey-*.
For compatibility, we want to create symlinks with the old names (redis-cli, etc.) to these in make install. These are located at the same place as the installed binarues, e.g. under /usr/local/bin/ or similar.
The binaries
redis-server,redis-cli, etc. have already been renamed tovalkey-*.For compatibility, we want to create symlinks with the old names (
redis-cli, etc.) to these inmake install. These are located at the same place as the installed binarues, e.g. under/usr/local/bin/or similar.