Changelog for the redis adaptor
@openfn/language-redis
1.3.2 - 16 April 2025
Patch Changes
- Updated dependencies [b089c56]
- @openfn/language-common@2.3.3
1.3.1 - 11 April 2025
Patch Changes
- Updated dependencies [d7105c0]
- @openfn/language-common@2.3.2
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
- Updated dependencies [23ccb01]
- @openfn/language-common@2.3.1
1.2.7 - 16 January 2025
Patch Changes
- Updated dependencies [b3d7f59]
- Updated dependencies [2d709ff]
- Updated dependencies [41e8cc3]
- @openfn/language-common@2.3.0
1.2.6 - 16 January 2025
Patch Changes
- Updated dependencies [6dffdbd]
- @openfn/language-common@2.2.1
1.2.5 - 09 January 2025
Patch Changes
- Updated dependencies [a47d8d5]
- Updated dependencies [9240428]
- @openfn/language-common@2.2.0
1.2.4 - 28 October 2024
Patch Changes
- Updated docs for each()
- Updated dependencies
- @openfn/language-common@2.1.1
1.2.3 - 18 October 2024
Patch Changes
- Updated dependencies [03a1a74]
- @openfn/language-common@2.1.0
1.2.2 - 15 October 2024
Patch Changes
- Fixed security vulnerability in jsonpath-plus [33973a2]
- @openfn/language-common@2.0.3
1.2.1 - 24 September 2024
Patch Changes
- Updated dependencies [77a690f]
- @openfn/language-common@2.0.2
1.2.0 - 28 August 2024
Minor Changes
- c1e3221: - Add
mGet()
function- Remove console.log in
hget()
- Add logging to
scan()
- Remove console.log in
1.1.2 - 16 August 2024
Patch Changes
- 8146c23: Fix typings in package.json
- Updated dependencies [8146c23]
- @openfn/language-common@2.0.1
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 fromscan
- Removed default value for
type
option - Mapped
json
data type to the redis internal type
- Removed
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)