chameleonbr / node-red-contrib-redis

Node RED client for Redis with pub/sub, list, lua scripting and other commands support.
MIT License
46 stars 40 forks source link

Server name should be a user defined name #4

Closed windkh closed 8 years ago

windkh commented 8 years ago

If you create two server configurations for different databases then you get the same names in the combo box: e.g. define two servers configurations, one for db0 and one for db1 both end up in the name localhost:6379. Please add a name property to the configuration node where the user may enter a unique name.

redisbug
windkh commented 8 years ago

Thanks