Skip to content

the config.yml is no use when there is a default data in redis-browser.rb #20

@LeoWoooo

Description

@LeoWoooo

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'

}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions