-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improved bitmap docs #344
Improved bitmap docs #344
Conversation
* specified <code>subCommands</code>. Can be routed to read-only replicas to allow for <code> | ||
* BitField</code> behaviour in read-only replicas. |
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.
The phrase is correct and not at the same time.
We do not provide routing option for keyed commands. Should we add it here? Routing is determined automatically by GLIDE and user can do nothing there. A notice is correct, but useless.
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.
Should it just be allows for <code>BitField</code> behaviour in read-only replicas.
?
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.
As discussed with @GilboaAWS, we need to copy it from valkey-io#1528
This command is routed depending on the the client's
ReadFrom
strategy.
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.
Add {@link ..}
to this setting.
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.
Updated. Thanks!
java/client/src/main/java/glide/api/commands/BitmapBaseCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/BaseTransaction.java
Outdated
Show resolved
Hide resolved
…s.java Co-authored-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Yury-Fridlyand <[email protected]>
Improved bitmap docs (#344) * Improved bitmap docs * Addressed PR comments * Update java/client/src/main/java/glide/api/commands/BitmapBaseCommands.java * Update java/client/src/main/java/glide/api/models/BaseTransaction.java --------- Co-authored-by: Yury-Fridlyand <[email protected]>
Improved bitmap docs (#344) * Improved bitmap docs * Addressed PR comments * Update java/client/src/main/java/glide/api/commands/BitmapBaseCommands.java * Update java/client/src/main/java/glide/api/models/BaseTransaction.java --------- Co-authored-by: Yury-Fridlyand <[email protected]>
No description provided.