Closed Lixuhuilll closed 4 months ago
Hi! I'm not sure why that's happening, but I can try to find out.
When you say "non-native", do you mean you're doing something with WSL, or is it a 32-bit exe on a 64-bit host?
I'd like to try to reproduce this on my system. Could you tell me where you got redis-server.exe
(there seem to be a few different ports out there) and the content of your redis.conf
?
I'll close this for now, but I'm happy to look into it if you get a chance to provide some more info.
I am trying to run a non-native Redis service in a local development environment. It starts normally, but it doesn't end gracefully, Ctrl-C doesn't seem to work.
I use the following command to create the service.
shawl.exe add --name Redis --cwd D:\programs\Redis -- redis-server.exe redis.conf
When I run
redis-service.exe redis.conf
directly, Ctrl-C is valid, and when I press it produces the following output.And if I start the service through shawl, when I end the service, the output looks like this.
I don't know what caused the difference. Did I use the wrong command?