Redis Node Bug - Cannot Add to Set

Two Issues:

  1. The Redis Node Set operation does not work if the Key Type is Sets however it outputs JSON as though it was successful. The output == the input even if I change the Value field to something completely different. I was able to perform the SADD command using the Code node by enabling the redis npm package.
  2. The documentation for the Redis node is missing Push data to a Redis list and Pop data from a Redis list.

Feature Requests:

  1. Enable Transactions
  2. Enable Standard Commands in the same way that SQL statements can be sent using the Postgres node.
  3. Enable Unsupported Commands in the same way that SQL statements can be sent using the Postgres node.
  4. Enable TLS connections to Redis.

I am running Docker v. 1.31.2. EXECUTIONS_MODE=regular

This appears to be working in 1.34.1 and 1.34.2. This can be closed.

1 Like