Hacker News new | ask | show | jobs
by cortesoft 406 days ago
Even with a symlink, the running process is going to be called valkey, not redis
1 comments

Only if valkey explicitly changes the program name after it starts, or Does something like calls exec on it's program directly. At least on linux.