Skip to content

Commit

Permalink
Change redis package
Browse files Browse the repository at this point in the history
  • Loading branch information
golfvert committed Apr 25, 2023
1 parent ac9f92a commit 452cdc5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 69 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ node_modules
.config*
.sessions.json
.flows*
known_hosts.sh
68 changes: 1 addition & 67 deletions flows.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"color": "#a4a4a4"
},
"nodes": [
"0cca531f0a119cba",
"846fbfa4f7abf7b8",
"77e15331ab74fbee",
"c825801f7eec98ed",
Expand Down Expand Up @@ -110,7 +109,6 @@
"5a32454d94055eac",
"f0aaab7d00875d14",
"83eb6e6b9aadb4ad",
"923e6d83e67ea3db",
"0ba924a28af55b20",
"d1007e39ed03dbdd",
"5af91b47829c129d",
Expand All @@ -126,7 +124,6 @@
"88fdc7d698acb2d7",
"3d51c30ba2785e20",
"343e0c53a688e686",
"ad53549c2888fe15",
"e8e9918ab2ea8a60",
"c337fed9c7000a43",
"f8b75275aeb43797",
Expand All @@ -138,14 +135,6 @@
"w": 1152,
"h": 422
},
{
"id": "8f497140bcbdd802",
"type": "redis-config",
"name": "Redis",
"options": "redis:6379",
"cluster": false,
"optionsType": "str"
},
{
"id": "ac0560c0180e4641",
"type": "mqtt-broker",
Expand Down Expand Up @@ -225,19 +214,6 @@
"labels": "centre_id,country",
"mtype": "counter"
},
{
"id": "0cca531f0a119cba",
"type": "redis-instance",
"z": "3af82246.3634ae",
"g": "3f9319440dce9b0d",
"server": "8f497140bcbdd802",
"name": "",
"topic": "redis",
"location": "flow",
"x": 230,
"y": 140,
"wires": []
},
{
"id": "846fbfa4f7abf7b8",
"type": "mqtt in",
Expand Down Expand Up @@ -1121,27 +1097,6 @@
"reg": false,
"x": 1030,
"y": 1180,
"wires": [
[
"923e6d83e67ea3db"
]
]
},
{
"id": "923e6d83e67ea3db",
"type": "redis-command",
"z": "3af82246.3634ae",
"g": "0e2c3f294eb753b6",
"server": "8f497140bcbdd802",
"command": "set",
"name": "",
"topic": "",
"params": "[]",
"paramsType": "json",
"payloadType": "json",
"block": false,
"x": 1160,
"y": 1180,
"wires": [
[]
]
Expand Down Expand Up @@ -1502,27 +1457,6 @@
]
]
},
{
"id": "ad53549c2888fe15",
"type": "redis-command",
"z": "3af82246.3634ae",
"g": "0e2c3f294eb753b6",
"server": "8f497140bcbdd802",
"command": "get",
"name": "",
"topic": "",
"params": "[]",
"paramsType": "json",
"payloadType": "json",
"block": false,
"x": 720,
"y": 1160,
"wires": [
[
"f0aaab7d00875d14"
]
]
},
{
"id": "e8e9918ab2ea8a60",
"type": "change",
Expand Down Expand Up @@ -1570,7 +1504,7 @@
"y": 1160,
"wires": [
[
"ad53549c2888fe15"
"f0aaab7d00875d14"
]
]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"dependencies": {
"node-red-contrib-redis": "1.3.9",
"@golfvert/node-red-contrib-redis": "1.0.0",
"node-red-contrib-prometheus-exporter": "1.0.5",
"node-red": "3.0.2"
},
Expand Down

0 comments on commit 452cdc5

Please sign in to comment.