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

Sorted set fetch implementation #135

Open
bruuuuuuuce opened this issue Mar 6, 2023 · 0 comments
Open

Sorted set fetch implementation #135

bruuuuuuuce opened this issue Mar 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bruuuuuuuce
Copy link
Contributor

The sorted set fetch request has been reworked, and updated protos have been merged.

https://github.com/momentohq/client-protos/blob/main/proto/cacheclient.proto#L627-L697

The current impl of sorted set fetch in the rust sdk is now outdated and no longer works. We need to update the implementation to work with the new protos. An up to date impl can be found inside the nodejs sdk https://github.com/momentohq/client-sdk-nodejs/blob/8064043e1782ef8c251773879699698c45a64d79/src/simple-cache-client.ts#L893

@bruuuuuuuce bruuuuuuuce added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant