Skip to main content

Changelog for the redis adaptor

@openfn/language-redis

1.3.2 - 16 April 2025

Patch Changes

1.3.1 - 11 April 2025

Patch Changes

1.3.0 - 20 March 2025

Minor Changes

  • f713bc5: add mSet() function on redis adaptor

Patch Changes

  • f713bc5: use util.throwError for throwing errors

1.2.8 - 14 March 2025

Patch Changes

1.2.7 - 16 January 2025

Patch Changes

  • Updated dependencies [b3d7f59]
  • Updated dependencies [2d709ff]
  • Updated dependencies [41e8cc3]

1.2.6 - 16 January 2025

Patch Changes

1.2.5 - 09 January 2025

Patch Changes

1.2.4 - 28 October 2024

Patch Changes

1.2.3 - 18 October 2024

Patch Changes

1.2.2 - 15 October 2024

Patch Changes

1.2.1 - 24 September 2024

Patch Changes

1.2.0 - 28 August 2024

Minor Changes

  • c1e3221: - Add mGet() function
    • Remove console.log in hget()
    • Add logging to scan()

1.1.2 - 16 August 2024

Patch Changes

1.1.1 - 15 August 2024

Patch Changes

  • 2b8ec34: - Update host type configuration-schema

1.1.0 - 09 August 2024

Minor Changes

  • Add jGet() function
  • Add jSet() function
  • scan() now iterates the whole database
    • Removed cursor option from scan
    • Removed default value for type option
    • Mapped json data type to the redis internal type

1.0.0 - 06 August 2024

First release. Designed as a low-level wrapper around npm redis client.

  • get(key)
  • hget(key, field)
  • hGetAll(key)
  • hset(key, value)
  • scan(pattern,options)
  • set(key, field)