forked from momentohq/client-sdk-elixir
-
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.
feat: add sorted set put and fetch by rank functions (momentohq#36)
* feat: add sorted set put and fetch by rank functions Add sorted set put element and put elements methods. Add sorted set fetch by rank. Flesh out input validation. Create unit test module for cache-client that handles input validation tests to avoid cluttering the integration tests. Make the Momento.Error cause an exception instead of a string to better capture info from unexpected exceptions.
- Loading branch information
Showing
11 changed files
with
1,164 additions
and
57 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
Oops, something went wrong.