Class ZScanOptionsBinary

    • Field Detail

      • NO_SCORES_API

        public static final GlideString NO_SCORES_API
        Option string to include in the ZSCAN command when scores are not included.
      • noScores

        protected boolean noScores
        When set to true, the command will not include scores in the results. This option is available from Valkey version 8.0.0 and above.
    • Method Detail

      • toArgs

        public java.lang.String[] toArgs()
        Creates the arguments to be used in ZSCAN commands.
        Overrides:
        toArgs in class BaseScanOptionsBinary
        Returns:
        a String array that holds the options and their arguments.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object