forked from valkey-io/valkey-glide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Java: Add
XTRIM
command for streams (valkey-io#1335)
* Java: Add `XTRIM` command for streams (#215) * Java: Add XTRIM command Signed-off-by: Andrew Carbonetto <[email protected]> * Update imports; add exception test Signed-off-by: Andrew Carbonetto <[email protected]> * Add IT test for non-extent key Signed-off-by: Andrew Carbonetto <[email protected]> * Update documentation examples Signed-off-by: Andrew Carbonetto <[email protected]> * XTRIM: make exact optional Signed-off-by: Andrew Carbonetto <[email protected]> * Consolidate stream options into one class Signed-off-by: Andrew Carbonetto <[email protected]> * Remove StreamAddOptions and StreamTrimOptions Signed-off-by: Andrew Carbonetto <[email protected]> * Update docs for StreamOptions Signed-off-by: Andrew Carbonetto <[email protected]> * Pull StreamOption tests into separate file Signed-off-by: Andrew Carbonetto <[email protected]> * Remove extra tests Signed-off-by: Andrew Carbonetto <[email protected]> * SPOTLESS Signed-off-by: Andrew Carbonetto <[email protected]> * Update tests Signed-off-by: Andrew Carbonetto <[email protected]> * Move some tests around Signed-off-by: Andrew Carbonetto <[email protected]> * Delete test file Signed-off-by: Andrew Carbonetto <[email protected]> --------- Signed-off-by: Andrew Carbonetto <[email protected]> * Clean up example comment Signed-off-by: Andrew Carbonetto <[email protected]> --------- Signed-off-by: Andrew Carbonetto <[email protected]>
- Loading branch information
1 parent
e30f012
commit 2766989
Showing
8 changed files
with
313 additions
and
157 deletions.
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
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.