Skip to content

Commit

Permalink
Core: Update XREAD value_conversion to return Map<Map<String[]>> (#…
Browse files Browse the repository at this point in the history
…1494)

* Update XREAD to read a Map of Map

Signed-off-by: Andrew Carbonetto <[email protected]>

* Add changelog

Signed-off-by: Andrew Carbonetto <[email protected]>

* Fix test

Signed-off-by: Andrew Carbonetto <[email protected]>

* Node lint

Signed-off-by: Andrew Carbonetto <[email protected]>

* cargo fmt

Signed-off-by: Andrew Carbonetto <[email protected]>

* Update CHANGELOG

Signed-off-by: Andrew Carbonetto <[email protected]>

* Change XREAD value_conversion to recursive maps

Signed-off-by: Andrew Carbonetto <[email protected]>

* Add Node examples for XREAD; minor updates to value_conversion

Signed-off-by: Andrew Carbonetto <[email protected]>

* XREAD to array pairs

Signed-off-by: Andrew Carbonetto <[email protected]>

* Core: XREAD returns array of pairs

Signed-off-by: Andrew Carbonetto <[email protected]>

* Node: XREAD change reponse to array of pairs

Signed-off-by: Andrew Carbonetto <[email protected]>

* Revert java changes

Signed-off-by: Andrew Carbonetto <[email protected]>

* Cargo fmt

Signed-off-by: Andrew Carbonetto <[email protected]>

* SPOTLESS

Signed-off-by: Andrew Carbonetto <[email protected]>

* Add Map(none, none) test

Signed-off-by: Andrew Carbonetto <[email protected]>

* Update CHANGELOG

Signed-off-by: Andrew Carbonetto <[email protected]>

---------

Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto authored Jun 4, 2024
1 parent b80ad92 commit 58d960b
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 33 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
* Python: Added ZINTER, ZUNION commands ([#1478](https://github.com/aws/glide-for-redis/pull/1478))
* Python: Added SINTERCARD command ([#1511](https://github.com/aws/glide-for-redis/pull/1511))

### Breaking Changes
* Node: Update XREAD to return a Map of Map ([#1494](https://github.com/aws/glide-for-redis/pull/1494))

## 0.4.1 (2024-02-06)

#### Fixes
Expand Down
Loading

0 comments on commit 58d960b

Please sign in to comment.