Skip to content
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

Java: Add expire, expireAt, pexpire, pexpireAt and ttl commands. #1033

Merged

Commits on Feb 29, 2024

  1. Java: Add expire, expireAt, pexpire, pexpireAt and ttl comm…

    …ands (#96)
    
    * Java: Add expire and ttl commands
    
    Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
    
    * Update commands for review comments
    
    Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
    
    * Minor javadoc fix
    
    Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
    
    * Spotless
    
    Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
    
    * Added examples in documentation. Minor format RedisClientTest.
    
    * Spotless
    
    * Update java/client/src/main/java/glide/api/commands/GenericBaseCommands.java
    
    Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
    
    * Spotless
    
    ---------
    
    Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
    Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
    Co-authored-by: SanHalacogluImproving <san.halacoglu@improving.com>
    Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
    3 people committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7bf7be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d48b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fe3452 View commit details
    Browse the repository at this point in the history