Hacker News new | ask | show | jobs
by cortesoft 406 days ago
This would suck if you wrote scripts that looked for a process called 'redis' running on your machine.
1 comments

I'd imagine the package would have a symlink for redis that points to valkey
Even with a symlink, the running process is going to be called valkey, not redis
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.