Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要用redis设置一个开发环境。它需要有哨兵,以复制我们在生产中的行为(因为我们的客户端应用程序使用 JedisSentinelPool 进行连接)。
不幸的是,我只有一台主机可用。即使只有一个实例,是否仍然可以运行哨兵?我需要更改配置吗?
是的你可以。只需在不同的端口上启动 redis master、slave 和 sentinels,并在同一台机器上运行它们。redis 进程是轻量级的——你可以在单个服务器上运行它们。