relumin icon indicating copy to clipboard operation
relumin copied to clipboard

Redis cluster admin tool

Results 5 relumin issues
Sort by recently updated
recently updated
newest added

java -Dconfig=/opt/relumin/config/relumin.yml -Dlog.type=file -Dlog.level=INFO -Dlog.dir=/opt/relumin/logDir -jar relumin-0.1.4.jar 启动时报错,不能启动Tomcat。

Hi Ryosuke, Can this tool support redis 4.0 or higher version? Thanks, Xiao Peng

- Fix misspelled word `regist` -> `register`

Hi. Great work. Please add the ability to use requirepass.

I am using nginx as a reverse proxy in front of relumin. below is the config ``` location /cluster { proxy_pass http://72.128.146.180:9090; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $http_x_forwarded_for; proxy_set_header REMOTE_ADDR...