I change the configuration of config.yml,and run redis-browser,but the configuration is no use。
So I check every step until I command out this line of code.
I mean U can command out this in Ur code so that other people just need to change the config.yml to connect the redis-server that they want to connect.
filename:redis-browser.rb
code:
module RedisBrowser
DEFAULTS = {
'connections' => {
'default' => 'redis://127.0.0.1:6379/0'
}