Class ExpireArgs

    • Constructor Detail

      • ExpireArgs

        public ExpireArgs()
    • Method Detail

      • xx

        public ExpireArgs xx()
        Sets the expiry only when the key has an existing expiry
        Returns:
        the current ExpireArgs
      • lt

        public ExpireArgs lt()
        Sets the expiry only when the new expiry is less than current one
        Returns:
        the current ExpireArgs
      • nx

        public ExpireArgs nx()
        Sets the expiry only when the key has no expiry.
        Returns:
        the current ExpireArgs
      • gt

        public ExpireArgs gt()
        Set the expiry only when the new expiry is greater than current one
        Returns:
        the current ExpireArgs