zkteco-home / redis-windows

Native port of Redis for Windows,it can be installed as service.
MIT License
1.84k stars 167 forks source link

No command prompt #62

Closed XiuMu02 closed 9 months ago

XiuMu02 commented 9 months ago

Why is there no command prompt? The Linux version always has a prompt after entering commands.

zkteco-home commented 9 months ago

please send your screenshot here,i will check it

XiuMu02 commented 9 months ago

please send your screenshot here,i will check it

The Linux version has a command prompt, like the one below: Linux However, your Windows version does not have a command prompt, like the one below: Windows

zkteco-home commented 9 months ago

image

image

zkteco-home commented 9 months ago

just now i checked,there is command tips .

XiuMu02 commented 9 months ago

I found that there is a command prompt when I directly start redis-server.exe. But if I run it as a Windows service, set a password, and use the "auth" command to verify the password, there is no command prompt. I have to enter the "help" command or enter the password using "-a" option to see the command prompt. no yes1 yes2 I'm not sure if it's a bug, but it doesn't have a significant impact anyway. Thank you for your response.

zkteco-home commented 9 months ago

Thanks for your feedback,I will continue to investigate it.