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