-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: redis/jedis
base: 84ab6fd
head repository: redis/jedis
compare: 6e0d430
- 8 commits
- 70 files changed
- 4 contributors
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 61ba85f - Browse repository at this point
Copy the full SHA 61ba85fView commit details
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 854b24a - Browse repository at this point
Copy the full SHA 854b24aView commit details -
docs: Improve Javadoc for HostAndPortMapper (#4112) (#4227)
* docs: Improve Javadoc for HostAndPortMapper (#4112) * docs: Improve Javadoc for HostAndPortMapper (#4112) * docs: update HostAndPortMapper usage to use DefaultJedisClientConfig (#4112) * docs: update HostAndMapper advanced-usage.md * docs: add example use case * update wordlist --------- Co-authored-by: ggivo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9312acc - Browse repository at this point
Copy the full SHA 9312accView commit details -
Bump org.junit:junit-bom from 5.13.3 to 5.13.4 (#4216)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivo Gaydazhiev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1a12f3 - Browse repository at this point
Copy the full SHA f1a12f3View commit details -
Fix JedisBroadcastException in functionLoadReplace for Redis Cluster (#…
…4219) * Fix JedisBroadcastException in functionLoadReplace * Clean up PRIMARY_ONLY_COMMANDS initialization * Fix JedisBroadcastException in FUNCTION commands for cluster * Broadcast to primary nodes only PR #3306 introduces broadcasting of commands like FUNCTION DELETE, FUNCTION FLUSH, FUNCTION KILL, FUNCTION RESTORE ... to all nodes of the cluster. This leads to error when command is executed on non-writable (replica) node. This commit introduces a fix to broadcast the commands only to primary nodes from the cluster. * format --------- Co-authored-by: Ivo Gaydazhiev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9187e24 - Browse repository at this point
Copy the full SHA 9187e24View commit details -
Support Redis 8 vector sets #4169 (#4203)
* Initial vector set commit Add support for - VRANDMEMBER - vlinks - vrem - vemb - vcard - vadd - vsim - vdim * Add UnifiedJedis vadd integration tests * Add support for reduce dim in vadd * Add support for vgetattr * Add support for vsetattr * Add support for vinfo * Add VDIM, VCARD integration test * Add VEMB integration test * Add VSETATTR/VGETATTR integration test * Add VLINKS integration test * Add VRANDMEMBER integration test * Add VREM integration test * Add VSIM integration test & refactor * cleanup * add missing RawVector * fix failing tests * fix PooledExtendedVectorSetCommandsTest * mark vector-set api as Experimental - Add integration test for Jedis client * Fix tests * clean up * Address review comments - remove duplicated DOUBLE_LIST - reduce code duplication * fix tests after merge conflict is resolved * format new files * Add EPSILON parameter * fix errors in javadocs (java 8) * fix errors after rebaseConfiguration menu - View commit details
-
Copy full SHA for affb536 - Browse repository at this point
Copy the full SHA affb536View commit details
Commits on Aug 18, 2025
-
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.1…
…1.3 (#4246) Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1528e65 - Browse repository at this point
Copy the full SHA 1528e65View commit details
Commits on Aug 28, 2025
-
[vector sets] Support for VSIM WITHATTRIBS (CAE-1421) (#4260)
* [vector sets] Support for VSIM WITHATTRIBS * [vector sets] Add misisng file - * [vector sets] format * [vector sets] fix tests - mark tests for WITHATTRIBS with SINCE 8.2.0 - Use JedisByteMap for binary methods * [vector sets] fix tests - mark tests for WITHATTRIBS with SINCE 8.2.0 * [vector sets] address review comments - remove unused import - remove unused helper methodsConfiguration menu - View commit details
-
Copy full SHA for 6e0d430 - Browse repository at this point
Copy the full SHA 6e0d430View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 84ab6fd...6e0d430