Class RestoreOptions

    • Field Detail

      • REPLACE_VALKEY_API

        public static final java.lang.String REPLACE_VALKEY_API
        REPLACE subcommand string to replace existing key
        See Also:
        Constant Field Values
      • ABSTTL_VALKEY_API

        public static final java.lang.String ABSTTL_VALKEY_API
        ABSTTL subcommand string to represent absolute timestamp (in milliseconds) for TTL
        See Also:
        Constant Field Values
      • IDLETIME_VALKEY_API

        public static final java.lang.String IDLETIME_VALKEY_API
        IDELTIME subcommand string to set Object Idletime
        See Also:
        Constant Field Values
      • FREQ_VALKEY_API

        public static final java.lang.String FREQ_VALKEY_API
        FREQ subcommand string to set Object Frequency
        See Also:
        Constant Field Values
    • Method Detail

      • isHasReplace

        public boolean isHasReplace()
        When `true`, it represents REPLACE keyword has been used
      • isHasAbsttl

        public boolean isHasAbsttl()
        When `true`, it represents ABSTTL keyword has been used
      • getIdletime

        public java.lang.Long getIdletime()
        It represents the idletime of object
      • getFrequency

        public java.lang.Long getFrequency()
        It represents the frequency of object