Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing JSON to Lettuce (#2933) #2992

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Introducing JSON to Lettuce (#2933) #2992

merged 1 commit into from
Sep 25, 2024

Conversation

tishun
Copy link
Collaborator

@tishun tishun commented Sep 25, 2024

(For more details on the change see #2933)

This PR merges the feature branch introducing the RedisJSON functionality

Make sure that:

  • You have read the contribution guidelines.
  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
  • You applied code formatting rules using the mvn formatter:format target. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.

* Most of the API layer

* Add the JSON.TYPE command

* Kotlin coroutines added;
Started JSON README.md;
Parser registry is now part of the Connection;
formatting;
chained all commands;
extracted commands in their own unit RedisJsonCommandBuilder;

* Implemented 90% of commands from top 10

* All but SET are implemented

* Integrated Jackson, finished up the SET command

* Left out a few files by mistake

* Adding some JavaDoc

* Formatting

* Implemented all JSON commands

* Introducing test containers to the testing fw

* Complete coverage with integration tests, straight scenarios

* Added Pathv1 tests

* Added RedisCE cluster support for the JSON.MGET and JSON.MSET commands

* Handle null values

* No longer using K for the JSON object keys

* Polishing

* JsonType introduced to help typization

* Remove the RedisCodec from the JsonValue/JsonParser abstraction, add configuration for custom parsers

* Extend API surface with methods that reduce the amount of required arguments

* Adding unit tests, addressing changes to README.md

* Implemented object-mapping functionality

* Addresses Ali's comments

* Addressed last bunch of comments from Ali, changed ports to not colide with existing infra

* Forgot to change ports and stop debug log

* Polishing touches
@github-actions github-actions bot added type: dependency-upgrade A dependency upgrade type: documentation A documentation update labels Sep 25, 2024
@tishun tishun added the type: feature A new feature label Sep 25, 2024
@tishun tishun added this to the 6.5.0.RELEASE milestone Sep 25, 2024
@tishun tishun merged commit 547271c into main Sep 25, 2024
5 checks passed
@tishun tishun mentioned this pull request Oct 24, 2024
26 tasks
@tishun tishun mentioned this pull request Nov 18, 2024
29 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade type: documentation A documentation update type: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant