物联网使用启动命令 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:\Users\sujie>cd C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin

C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin>activemq start    8161  61616

C:\Users\sujie>cd C:\Program Files\Redis    

C:\Program Files\Redis>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>

posted @ 2020-08-12 13:31  2eggs  Views(188)  Comments(2Edit  收藏  举报