物联网使用启动命令 Redis activemq

netstat -aon|findstr "8161"   ---   TCP    127.0.0.1:64065        127.0.0.1:8161         SYN_SENT        23076

tasklist|findstr "23076"    ---    taskkill /f /t /im Tencentdl.exe


C:Userssujie>cd C:Appapache-activemq-5.16.0-binapache-activemq-5.16.0in

C:Appapache-activemq-5.16.0-binapache-activemq-5.16.0in>activemq start    8161  61616

C:Userssujie>cd C:Program FilesRedis    

C:Program FilesRedis>redis-server.exe redis.windows.conf

127.0.0.1:6379> config set requirepass test123
OK
127.0.0.1:6379> get requirepass
(error) NOAUTH Authentication required.
127.0.0.1:6379>

原文地址:https://www.cnblogs.com/2eggs/p/13490077.html