Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGET return null #62

Open
Rysakov1986 opened this issue Jul 27, 2023 · 0 comments
Open

MGET return null #62

Rysakov1986 opened this issue Jul 27, 2023 · 0 comments

Comments

@Rysakov1986
Copy link

Rysakov1986 commented Jul 27, 2023

MGET return null, when i ask temperatura0 temperatura1 return [ null ], but when i ask one temperatura0 or temperatura1 return value.

[
  {
    "id": "bc6f98cf75ee7db0",
    "type": "inject",
    "z": "c2902cb98142d12f",
    "name": "",
    "props": [
      {
        "p": "payload"
      },
      {
        "p": "topic",
        "vt": "str"
      }
    ],
    "repeat": "",
    "crontab": "",
    "once": false,
    "onceDelay": 0.1,
    "topic": "temperatura0 temperatura1",
    "payload": "",
    "payloadType": "date",
    "x": 660,
    "y": 400,
    "wires": [
      [
        "07aabcf76b6d56ef"
      ]
    ]
  },
  {
    "id": "07aabcf76b6d56ef",
    "type": "redis-command",
    "z": "c2902cb98142d12f",
    "server": "a2a2ba537f680e0f",
    "command": "MGET",
    "name": "",
    "topic": "",
    "params": "[]",
    "paramsType": "json",
    "payloadType": "json",
    "block": false,
    "x": 830,
    "y": 400,
    "wires": [
      [
        "b4507273d03c64b2"
      ]
    ]
  },
  {
    "id": "a2a2ba537f680e0f",
    "type": "redis-config",
    "name": "Local",
    "options": "{\"port\":6379,\"host\":\"127.0.0.1\",\"username\":\"default\",\"password\":\"my-top-secret\",\"db\":1}",
    "cluster": false,
    "optionsType": "json"
  }
]

MONITOR

1690483138.795595 [1 127.0.0.1:56528] "MGET" "temperatura0 temperatura1"
redis-server -v
Redis server v=7.0.12 sha=00000000:0 malloc=jemalloc-5.2.1 bits=64 build=b56540d7933227fd

Please help me =)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant