You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
}
The text was updated successfully, but these errors were encountered: