【Redis、Zookeeper】windows下 启动本地Redis 和 Zookeeper

1.启动Redis

进去到bin目录下

>redis-server.exe redis.windows.conf(带上配置文件、)

>redis-cli.exe -h ipaddress -p 6379 -a 123456

2.启动Zookeeper

进入到bin目录下

>zkServer.cmd

>jps 查看进程是否启动

原文地址:https://www.cnblogs.com/flydkPocketMagic/p/7380736.html