zkteco-home / redis-windows

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

The redis-cli terminal crashes after entering the subscribe command. #70

Closed ASTK007 closed 7 months ago

ASTK007 commented 7 months ago

The problematic version is 7.2.4. When I use 7.2.3 the problem disappears and the terminal does not crash. And No log output on the server terminal.

zkteco-home commented 7 months ago

thanks for your feedback, how to reproduce this issue when you use redis-cli terminal?I will check it according to your command

ASTK007 commented 7 months ago

thanks for your feedback, how to reproduce this issue when you use redis-cli terminal?I will check it according to your command

  1. Click redis-server to run the server
  2. Click redis-cli to open a new terminal window and enter subscribe xxxxxx (xxxxxx can be anything)
  3. After pressing Enter, the window will output the subscription information and close quickly
zkteco-home commented 7 months ago

This issue fixed, next version is coming soon,thanks