Class ZScanOptions

    • Field Detail

      • NO_SCORES_API

        public static final java.lang.String NO_SCORES_API
        Option string to include in the ZSCAN command when scores are not included.
        See Also:
        Constant Field Values
      • 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()
        Description copied from class: BaseScanOptions
        Creates the arguments to be used in SCAN commands.
        Overrides:
        toArgs in class BaseScanOptions
        Returns:
        a String array that holds the options and their arguments.
      • toGlideStringArgs

        public GlideString[] toGlideStringArgs()
        Creates the arguments to be used in ZSCAN commands.
        Overrides:
        toGlideStringArgs in class BaseScanOptions
        Returns:
        a GlideString array that holds the options and their arguments.
      • canEqual

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

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