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

Unable to update redis-config in > v1.1.6 #42

Closed faisalchishtii closed 4 years ago

faisalchishtii commented 4 years ago

In v1.1.6 and below, I can just update the redis-config by clicking the below pencil icon.

image

On clicking the pencil icon, I see below fields that I can update and it works well.

image

However, in >1.1.6, when I click the pencil icon, I just see below fields. How do I add the host, port and other details? I checked the documentation but did not find any reference.

image

chameleonbr commented 4 years ago

On updated version of Redis Node Configuration shows the options: image and you need to select ENV, and the env var need to be string connection pattern(https://github.com/luin/ioredis#connect-to-redis) as this redis://:authpassword@127.0.0.1:6380/4

faisalchishtii commented 4 years ago

@chameleonbr I can't find the dropdown for Options. It appears to be a text field. I am using v1.3.7 and Node-RED 0.18.3

image

chameleonbr commented 4 years ago

Hi @faisalchishtii, if you are not able to update NodeRED I recommend you to keep old version of this module. I use NodeRED since 0.1x and I’m updating NodeRED and modules since then and everything is working.

chameleonbr commented 4 years ago

Ever is more easy an old module works with new NodeRED version then new modules works with old NodeRED version.

faisalchishtii commented 4 years ago

Decided to upgrade Node-RED. Thanks!