-
Notifications
You must be signed in to change notification settings - Fork 68
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
Java: Support most RESP3 types #804
Merged
jonathanl-bq
merged 23 commits into
valkey-io:main
from
Bit-Quill:java/integ_lotjonat_resp3_pt1
Jan 22, 2024
+380
−21
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
84c89ca
Implement support for receiving Redis arrays
jonathanl-bq f9527d8
Add support for simpler RESP3 types
jonathanl-bq 4c142bc
Add some unit tests for FFI
jonathanl-bq 3e6802b
Add more tests and support for VerbatimStrings
jonathanl-bq 3158900
Fix and test Map and Set types
jonathanl-bq 4f5216e
Add TODO about using conditional compilation flag in a separate test …
jonathanl-bq a36baba
Remove dependency on ordered_float
jonathanl-bq 0bf715c
Fix spotless errors
jonathanl-bq c76ae6c
Attempt to fix CI test failures by updating Gradle task to build Rust
jonathanl-bq 487c0b2
Update build.gradle to try to fix CI tests again
jonathanl-bq fcbafc5
Change assertTrue nilValue == null to assertNull
jonathanl-bq cb930ca
Remove init and teardown
jonathanl-bq e612941
Parameterize tests
jonathanl-bq 0539531
Update client/build.gradle
jonathanl-bq 5893289
Remove TODO about using primitive integers
jonathanl-bq 9832bbb
Add tests for casting Redis Ints to Java Integers
jonathanl-bq 3649335
Move FFI testing code to a separate module
jonathanl-bq e5d678e
Update build.gradle to use a new task to run FfiTests
jonathanl-bq 38caf3b
Apply spotless changes
jonathanl-bq d9bf353
Merge pull request #55 from Bit-Quill/java/dev_lotjonat_resp3_pt1
jonathanl-bq 1cf634b
Address PR comments on FFI tests
jonathanl-bq 6e2e89d
Merge branch 'main' into java/integ_lotjonat_resp3_pt1
jonathanl-bq 51c3d9d
Run spotless with new whitespace changes
jonathanl-bq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
impeccable choice of emojis!