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

Remove not readonly commands #2832 #2871

Merged
merged 29 commits into from
Jun 22, 2024

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    10ebbf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Fix comment

    Add test
    thachlp committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e3080fd View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update test

    thachlp committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    36dc55a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update cicd.yaml

    workaround for apt update issue related to Clearsigned file
    atakavci authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    1dcef97 View commit details
    Browse the repository at this point in the history
  2. GitHub issue template polishing and stale issues action (redis#2833)

    * GitHub issue template polishing and stale issues action
    
    * Addressing feedback on message test and a better label for the stale issues
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    430945e View commit details
    Browse the repository at this point in the history
  3. Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST (redis#2836)

    * HEXPIRE implemented with integration tests
    
    * Polishing to integration test, added unit test
    
    * Move new commands to RedisHashCommands, added HEXPIREAT, HEXPIRETIME and HPERSIST
    
    * Make sure we reset the configuration setting after the new hash commands were tested
    
    * Broke one test because of wrong configuration setting; the other is unstable, trying to fix it
    
    * Polishing imports
    
    * Polishin : Copyright change not needed
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c1d213c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9781769 View commit details
    Browse the repository at this point in the history
  5. Add support for SPUBLISH (redis#2838)

    * implementation of SPUBLISH
    
    * sort methods by name
    
    * test cluster spublish with no redirects
    
    * use injected cluster client in RedisClusterPubSubConnectionIntegrationTests
    atakavci authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    53050ea View commit details
    Browse the repository at this point in the history
  6. Applying code formatter each time we run a Maven build (redis#2841)

    * Let's try this again
    
    * Add tests and templates
    
    * Merge formatting issues + formatter using wrong configuration
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    e8ae914 View commit details
    Browse the repository at this point in the history
  7. Update cicd.yaml

    atakavci authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c0c5782 View commit details
    Browse the repository at this point in the history
  8. Add support CLIENT KILL [MAXAGE] (redis#2782)

    * Add support CLIENT KILL [MAXAGE]
    
    * polish
    
    * address review changes
    
    * format code
    dengliming authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4eac609 View commit details
    Browse the repository at this point in the history
  9. Add support for SUNSUBSCRIBE redis#2759 (redis#2851)

    * Add support for `SUNSUBSCRIBE` redis#2759
    
    * replace junit.Assert with assertj
    atakavci authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2899770 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a5f988 View commit details
    Browse the repository at this point in the history
  11. Implement HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL (redis#2857

    )
    
    * Fixes to the hash field expiration functions
    
    * Implemented HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL, HPTTL
    
    * Format the files
    
    * FIELDS keyword was introduced as per the PRD
    
    * Extend tests to include HTTL
    
    * Repair unit tests, add new ones for the new commands
    
    * Disable failing test, becasue it is very unstable
    
    * Modify return value to list of long values, fix cluster logic
    
    * Polishing
    
    * Polishing - addressed Ali's comments
    
    * Polishing: Modified by mistake
    
    * Polishing : Addressed Marks' comments
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    11e5ee6 View commit details
    Browse the repository at this point in the history
  12. XREAD support for reading last message from stream (redis#2863)

    * Add last() utility method to the XArgs.StreamOffset
    
    * Submitted one more file by mistake
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    5612e29 View commit details
    Browse the repository at this point in the history
  13. Add a evalReadOnly overload that accepts the script as a String (r…

    …edis#2868)
    
    * Add a evalReadOnly overload that accepts the script as a String
    
    * Fix @SInCE annotation for 7.0
    BalmungSan authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    7d5087e View commit details
    Browse the repository at this point in the history
  14. Add release drafter workflow (redis#2820)

    * Release-drafter, dependabot, OCD polishing
    
    * Commitish not needed and pointing to the wrong branch anyway, also wrong version chosen
    
    * Pipeline is also very confusing as there are many pipelines, this is the INTEGRATION pipeline
    
    * Adding commitish, as it is required for filter-by-commitish
    
    * Autolabeling hits issues when using pull_request, using pull_request_target instead
    
    * pull_request_target does nothing, trying the other suggestion from release-drafter/release-drafter#1125
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    9832f90 View commit details
    Browse the repository at this point in the history
  15. Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (

    redis#2873)
    
    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3c44012 View commit details
    Browse the repository at this point in the history
  16. Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (redi…

    …s#2874)
    
    Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
    - [Commits](mojohaus/flatten-maven-plugin@1.5.0...1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:flatten-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    1c272ec View commit details
    Browse the repository at this point in the history
  17. Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 (r…

    …edis#2875)
    
    Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    eb07932 View commit details
    Browse the repository at this point in the history
  18. Bump org.openjdk.jmh:jmh-generator-annprocess from 1.21 to 1.37 (redi…

    …s#2876)
    
    Bumps [org.openjdk.jmh:jmh-generator-annprocess](https://github.com/openjdk/jmh) from 1.21 to 1.37.
    - [Commits](openjdk/jmh@1.21...1.37)
    
    ---
    updated-dependencies:
    - dependency-name: org.openjdk.jmh:jmh-generator-annprocess
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a5e535c View commit details
    Browse the repository at this point in the history
  19. Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (redis#2877)

    Bumps org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-pool2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d3b6214 View commit details
    Browse the repository at this point in the history
  20. Setting the next release to be 6.4.x as part of redis#2880 (redis#2881)

    * Bump version of lettuce-core to 6.4.0
    
    * Change all @SInCE notations to match the next release 6.4.x and also fixed two typos in the API JavaDoc
    
    * Fixed formatting issues
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    544ec67 View commit details
    Browse the repository at this point in the history
  21. Modify the release acrtion to call the proper maven target for releas…

    …e, make releasing manually available too (redis#2885)
    tishun authored and thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    caadbfe View commit details
    Browse the repository at this point in the history
  22. Format file

    thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    74ec22f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8fdbd97 View commit details
    Browse the repository at this point in the history
  24. Fix test

    thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a1ab7ef View commit details
    Browse the repository at this point in the history
  25. Revert readwrite command to the list

    COMMAND INFO READWRITE
    1) 1) "readwrite"
       2) "1"
       3) 1) "loading"
          2) "stale"
          3) "fast"
    thachlp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    fe2f247 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2f54211 View commit details
    Browse the repository at this point in the history