Changelog for the redis adaptor
@openfn/language-redis
1.2.4
Patch Changes
- Updated docs for each()
- Updated dependencies
- @openfn/language-common@2.1.1
1.2.3
Patch Changes
- Updated dependencies [03a1a74]
- @openfn/language-common@2.1.0
1.2.2
Patch Changes
- Fixed security vulnerability in jsonpath-plus [33973a2]
- @openfn/language-common@2.0.3
1.2.1
Patch Changes
- Updated dependencies [77a690f]
- @openfn/language-common@2.0.2
1.2.0
Minor Changes
- c1e3221: - Add
mGet()
function- Remove console.log in
hget()
- Add logging to
scan()
- Remove console.log in
1.1.2
Patch Changes
- 8146c23: Fix typings in package.json
- Updated dependencies [8146c23]
- @openfn/language-common@2.0.1
1.1.1
Patch Changes
- 2b8ec34: - Update host type configuration-schema
1.1.0
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
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)